Logger.LogEntry

LogEntry is a aggregation combining all information associated with a log message. This aggregation will be passed to the method writeLogMsg.

Members

Variables

file
string file;

the filename the log function was called from

funcName
string funcName;

the name of the function the log function was called from

line
int line;

the line number the log function was called from

logLevel
LogLevel logLevel;

the LogLevel associated with the log message

logger
Logger logger;

A refernce to the Logger used to create this LogEntry

moduleName
string moduleName;

the name of the module the log message is coming from

msg
string msg;

the message of the log message

prettyFuncName
string prettyFuncName;

the pretty formatted name of the function the log function was called from

threadId
Tid threadId;

thread id of the log message

timestamp
SysTime timestamp;

the time the message was logged

Meta

Suggestion Box / Bug Report