7 #include "ILogReceiver.h" 8 #include "cAudioDefines.h" 10 #if CAUDIO_COMPILE_WITH_CONSOLE_LOG_RECEIVER == 1 14 class cConsoleLogReceiver :
public ILogReceiver
17 virtual bool OnLogMessage(
const char* sender,
const char* message,
LogLevel level,
float time);
LogLevel
Enum of all supported log levels in cAudio.
Main namespace for the entire cAudio library.