![]() |
ezEngine Release 25.08
|
A simple log interface implementation that gathers all messages in a string buffer. More...
#include <Log.h>
Public Member Functions | |
virtual void | HandleLogMessage (const ezLoggingEventData &le) override |
Override this function to handle logging events. | |
![]() | |
EZ_ALWAYS_INLINE void | SetLogLevel (ezLogMsgType::Enum logLevel) |
LogLevel is between ezLogEventType::None and ezLogEventType::All and defines which messages will be logged and which will be filtered out. | |
EZ_ALWAYS_INLINE ezLogMsgType::Enum | GetLogLevel () |
Returns the currently set log level. | |
Public Attributes | |
ezStringBuilder | m_sBuffer |
A simple log interface implementation that gathers all messages in a string buffer.
|
inlineoverridevirtual |
Override this function to handle logging events.
Implements ezLogInterface.