AuxPort 0.2
Modules for Audio Software Development
Loading...
Searching...
No Matches
AuxPort::ILog Class Reference

This class provides an inheritable interface to implement logging functionality in the derived classes. More...

#include <AuxLog.h>

Inheritance diagram for AuxPort::ILog:
AuxPort::CircularBuffer< float > AuxPort::Audio::Buffer< sample > AuxPort::Audio::FIR AuxPort::Case AuxPort::CircularBuffer< sample > AuxPort::File AuxPort::String AuxPort::StringPair AuxPort::TextFormat

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.
 

Detailed Description

This class provides an inheritable interface to implement logging functionality in the derived classes.

Definition at line 220 of file AuxLog.h.

Member Function Documentation

◆ Log()

void AuxPort::ILog::Log ( )
protectedvirtual

◆ setColour()

void AuxPort::ILog::setColour ( const ColourType & colourType)
protected

This function allows you to set text colour for the text to be printed onto the console.

Parameters
colourTypeAllows you to choose the colour of your logged message

Definition at line 102 of file AuxLog.cpp.


The documentation for this class was generated from the following files: