Struct CLoggerControl::SLogEntry#

Nested Relationships#

This struct is a nested type of Class CLoggerControl.

Struct Documentation#

struct SLogEntry#

Log entry to store.

Public Members

sdv::core::ELogSeverity eSeverity#

Severity level of the log message.

sdv::u8string ssSrcFile#

The source file that caused the log entry.

uint32_t uiSrcLine#

The line number in the source file that caused the log entry.

sdv::process::TProcessID tProcessID#

Process ID of the process submitting the log entry.

sdv::u8string ssObjectName#

Name of the object if the log entry is submitted by an object.

sdv::u8string ssMessage#

The log message that will be logged.