ezEngine  Release 25.03
ezLoggingEventData Struct Reference

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.
 

Detailed Description

The data that is sent through ezLogInterface.


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