LogEvent

Members

Functions

span
TimeSpan span()

Variables

host
ILogger.Context host;

Host of the Logger emitting this event

level
ILogger.Level level;

Level at which this even happened

msg
const(char)[] msg;

Message emitted

name
const(char)[] name;

Name of the logger emitting this event

time
Time time;

Time at which this event was recorded

Meta