cAudio::cConsoleLogReceiver Class Reference

Inheritance diagram for cAudio::cConsoleLogReceiver:
Inheritance graph
[legend]
Collaboration diagram for cAudio::cConsoleLogReceiver:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 13 of file cConsoleLogReceiver.h.


Member Function Documentation

bool cAudio::cConsoleLogReceiver::OnLogMessage ( const char *  sender,
const char *  message,
LogLevel  level,
float  time 
) [virtual]

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

Parameters:
sender,: The class/component sending the message.
message,: The log message itself.
level,: Log level of the message.
time,: Time in seconds that the message was sent. This time has millisecond accuracy.

Implements cAudio::ILogReceiver.

Definition at line 7 of file cConsoleLogReceiver.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Enumerations

Generated on Sat Feb 20 22:55:31 2010 for cAudio by  doxygen 1.6.2