![]() |
XII Release 0.1.0
|
Used to ignore all log messages. More...
#include <Log.h>
Public Member Functions | |
virtual void | HandleLogMessage (const xiiLoggingEventData &) override |
Override this function to handle logging events. | |
![]() | |
XII_ALWAYS_INLINE void | SetLogLevel (xiiLogMsgType::Enum logLevel) |
LogLevel is between xiiLogEventType::None and xiiLogEventType::All and defines which messages will be logged and which will be filtered out. | |
XII_ALWAYS_INLINE xiiLogMsgType::Enum | GetLogLevel () |
Returns the currently set log level. | |
Used to ignore all log messages.
|
inlineoverridevirtual |
Override this function to handle logging events.
Implements xiiLogInterface.