XII Release 0.1.0
Loading...
Searching...
No Matches
xiiMuteLog Class Reference

Used to ignore all log messages. More...

#include <Log.h>

Inheritance diagram for xiiMuteLog:
[legend]

Public Member Functions

virtual void HandleLogMessage (const xiiLoggingEventData &) override
 Override this function to handle logging events.
 
- Public Member Functions inherited from xiiLogInterface
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.
 

Detailed Description

Used to ignore all log messages.

See also
XII_LOG_BLOCK_MUTE

Member Function Documentation

◆ HandleLogMessage()

virtual void xiiMuteLog::HandleLogMessage ( const xiiLoggingEventData & le)
inlineoverridevirtual

Override this function to handle logging events.

Implements xiiLogInterface.


The documentation for this class was generated from the following file: