![]() |
XII Release 0.1.0
|
The data that is sent through xiiLogInterface. More...
#include <Log.h>
Public Attributes | |
| xiiLogMsgType::Enum | m_EventType = xiiLogMsgType::None |
| The type of information that is sent. | |
| xiiUInt8 | m_uiIndentation = 0 |
| How many "levels" to indent. | |
| xiiStringView | m_sText |
| The information text. | |
| xiiStringView | 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 xiiLogInterface.