LogEvent

Members

Functions

host
ILogger.Context host()

Return the hierarchy where the event was produced from

level
ILogger.Level level()

Return the logger level of this event.

levelName
cstring levelName()

Return the logger level name of this event.

name
cstring name()

Return the name of the logger which produced this event

set
void set(ILogger.Context host, ILogger.Level level, cstring msg, cstring name)

Set the various attributes of this event.

span
TimeSpan span()

Return the time this event was produced, relative to the start of this executable

time
Time time()

Return the time this event was produced relative to Epoch

toString
cstring toString()

Return the message attached to this event.

Meta