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

A simple log interface implementation that gathers all messages in a string buffer. More...

#include <Log.h>

Inheritance diagram for xiiLogSystemToBuffer:
[legend]

Public Member Functions

virtual void HandleLogMessage (const xiiLoggingEventData &le) 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.
 

Public Attributes

xiiStringBuilder m_sBuffer
 

Detailed Description

A simple log interface implementation that gathers all messages in a string buffer.

Member Function Documentation

◆ HandleLogMessage()

virtual void xiiLogSystemToBuffer::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: