ezEngine  Release 25.03
ezLogInterface Class Referenceabstract

Base class for all logging classes. More...

#include <Log.h>

Inheritance diagram for ezLogInterface:

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
 

Detailed Description

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.


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