![]() |
ezEngine
Release 25.03
|
The data that is sent through ezLogInterface. More...
#include <Log.h>
Public Attributes | |
ezLogMsgType::Enum | m_EventType = ezLogMsgType::None |
The type of information that is sent. | |
ezUInt8 | m_uiIndentation = 0 |
How many "levels" to indent. | |
ezStringView | m_sText |
The information text. | |
ezStringView | 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 ezLogInterface.