cAudio  2.3.0
3d Audio Engine
Public Member Functions | List of all members
cAudio::ILogReceiver Class Referenceabstract

Interface for receiving log messages and relaying them to some kind of output device or stream. More...

#include <ILogReceiver.h>

Public Member Functions

virtual bool OnLogMessage (const char *sender, const char *message, LogLevel level, float time)=0
 Called on every logged message that is greater than or equal to the minimum log level. More...
 

Detailed Description

Interface for receiving log messages and relaying them to some kind of output device or stream.

Definition at line 32 of file ILogReceiver.h.

Member Function Documentation

virtual bool cAudio::ILogReceiver::OnLogMessage ( const char *  sender,
const char *  message,
LogLevel  level,
float  time 
)
pure virtual

Called on every logged message that is greater than or equal to the minimum log level.

Parameters
senderThe class/component sending the message.
messageThe log message itself.
levelLog level of the message.
timeTime in seconds that the message was sent. This time has millisecond accuracy.

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