![]() |
ezEngine Release 25.08
|
Base class for all logging classes. More...
#include <Log.h>

Public Member Functions | |
| virtual void | HandleLogMessage (const ezLoggingEventData &le)=0 |
| 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. | |
Friends | |
| class | ezLog |
| class | ezLogBlock |
Base class for all logging classes.
You can derive from this class to create your own logging system, which you can pass to the functions in ezLog.
|
pure virtual |
Override this function to handle logging events.
Implemented in ezMuteLog, ezAssetProcessorLog, ezGlobalLog, ezLogSystemToBuffer, and ezLogEntryDelegate.