const class sys::LogRec

sys::Obj
  sys::LogRec

Source

LogRec all the information of a single logging event. See Logging for details.

err

const Err? err

Source

Exception if applicable

level

const LogLevel level

Source

Severity level of event

logName

const Str logName

Source

Name of Log which generated the event

make

new make(DateTime time, LogLevel level, Str logName, Str message, Err? err := null)

Source

Constructor with all the fields

msg

const Str msg

Source

Message text event

print

Void print(OutStream out := Env.cur().out())

Source

Print to the specified output stream.

time

const DateTime time

Source

Timestamp of log event

toStr

virtual override Str toStr()

Source

Return standard log format.