![]() |
Plasma Engine
2.0
|
The data that is sent through plLogInterface. More...
#include <Log.h>
Public Attributes | |
plLogMsgType::Enum | m_EventType = plLogMsgType::None |
The type of information that is sent. | |
plUInt8 | m_uiIndentation = 0 |
How many "levels" to indent. | |
plStringView | m_sText |
The information text. | |
plStringView | m_sTag |
An optional tag extracted from the log-string (if it started with "[SomeTag]Logging String.") Can be used by log-writers for additional configuration, or simply be ignored. | |
The data that is sent through plLogInterface.