44 virtual bool OnLogMessage(
const char* sender,
const char* message,
LogLevel level,
float time) = 0;
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.
LogLevel
Enum of all supported log levels in cAudio.
const char *const LogLevelStrings[]
Contains strings for each log level to make them easier to print to a stream.
Interface for receiving log messages and relaying them to some kind of output device or stream.
Main namespace for the entire cAudio library.