AuxPort 0.2
Modules for Audio Software Development
|
This class provides an inheritable interface to implement logging functionality in the derived classes. More...
#include <AuxLog.h>
Protected Member Functions | |
void | setColour (const ColourType &colourType) |
This function allows you to set text colour for the text to be printed onto the console. | |
virtual void | Log () |
Implement this method in the derived class to specify logging behaviour. | |
This class provides an inheritable interface to implement logging functionality in the derived classes.
|
protectedvirtual |
Implement this method in the derived class to specify logging behaviour.
Reimplemented in AuxPort::Audio::Buffer< sample >, AuxPort::Audio::FIR, AuxPort::AuxPascal, AuxPort::Case, AuxPort::CircularBuffer< sample >, AuxPort::CircularBuffer< float >, AuxPort::CSV, AuxPort::File, AuxPort::String, AuxPort::StringPair, and AuxPort::TextFormat.
Definition at line 112 of file AuxLog.cpp.
|
protected |
This function allows you to set text colour for the text to be printed onto the console.
colourType | Allows you to choose the colour of your logged message |
Definition at line 102 of file AuxLog.cpp.