7 #include "ILogReceiver.h"
8 #include "cAudioDefines.h"
10 #if CAUDIO_COMPILE_WITH_FILE_LOG_RECEIVER == 1
14 class cFileLogReceiver :
public ILogReceiver
17 cFileLogReceiver(
const char *lFilePath);
20 bool OnLogMessage(
const char* sender,
const char* message,
LogLevel level,
float time);
25 const char *logFilePath;
LogLevel
Enum of all supported log levels in cAudio.