Struct CLoggerControl::SLogEntry#
Defined in File logger_control.h
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.
-
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::core::ELogSeverity eSeverity#