EventInfo

Represents information about a logging event.

Members

Variables

file
string file;

file name of the event source

level
LogLevel level;

importance of the event

line
size_t line;

line number of the event source

time
SysTime time;

local time of the event

Meta