Interface for receiving log messages and relaying them to some kind of output device or stream.
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.
Main namespace for the entire cAudio library.
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.