![]() |
Plasma Engine
2.0
|
Log for all background processing results. More...
#include <AssetProcessor.h>
Public Member Functions | |
virtual void | HandleLogMessage (const plLoggingEventData &le) override |
Override this function to handle logging events. | |
void | AddLogWriter (plLoggingEvent::Handler handler) |
void | RemoveLogWriter (plLoggingEvent::Handler handler) |
![]() | |
PL_ALWAYS_INLINE void | SetLogLevel (plLogMsgType::Enum logLevel) |
LogLevel is between plLogEventType::None and plLogEventType::All and defines which messages will be logged and which will be filtered out. | |
PL_ALWAYS_INLINE plLogMsgType::Enum | GetLogLevel () |
Returns the currently set log level. | |
Public Attributes | |
plLoggingEvent | m_LoggingEvent |
Log for all background processing results.
|
overridevirtual |
Override this function to handle logging events.
Implements plLogInterface.