DDraceNetwork Docs
|
#include <logger.h>
Public Member Functions | |
const char * | Message () const |
Public Attributes | |
LEVEL | m_Level |
bool | m_HaveColor |
LOG_COLOR | m_Color |
char | m_aTimestamp [80] |
char | m_aSystem [32] |
char | m_aLine [4096] |
int | m_TimestampLength |
int | m_SystemLength |
int | m_LineLength |
int | m_LineMessageOffset |
Metadata and actual content of a log message.
|
inline |
The actual log message excluding timestamp and the system.
char CLogMessage::m_aLine[4096] |
The actual log message including the timestamp and the system.
char CLogMessage::m_aSystem[32] |
char CLogMessage::m_aTimestamp[80] |
LOG_COLOR CLogMessage::m_Color |
The requested color of the log message. Only useful if m_HaveColor
is set.
bool CLogMessage::m_HaveColor |
LEVEL CLogMessage::m_Level |
Severity
int CLogMessage::m_LineLength |
Length of the log message including timestamp and the system.
int CLogMessage::m_LineMessageOffset |
int CLogMessage::m_SystemLength |
int CLogMessage::m_TimestampLength |