18 #ifndef PRT_LOGHANDLER_H_
19 #define PRT_LOGHANDLER_H_
22 #include "prt/Object.h"
23 #include "prt/LogLevel.h"
24 #include "prt/Status.h"
38 static const size_t ALL_COUNT = 6;
44 virtual void handleLogEvent(
const wchar_t* msg,
LogLevel level) = 0;
51 virtual const LogLevel* getLevels(
size_t* count) = 0;
58 virtual void getFormat(
bool* dateTime,
bool* level) = 0;
108 virtual const wchar_t* getPath()
const = 0;
LogLevel
Definition: LogLevel.h:29
Definition: LogHandler.h:36
Definition: LogHandler.h:72
Definition: LogHandler.h:95