LogRec
const class LogRec : Obj
LogRec all the information of a single logging event. See Logging for details.
Constructor with all the fields
Exception if applicable
Severity level of event
Name of Log which generated the event
Message text event
Timestamp of log event
Print to the specified output stream
Return standard log format
const Err? : err
Exception if applicable
const LogLevel : level
Severity level of event
const Str : logName
Name of Log which generated the event
new make(DateTime time, LogLevel level, Str logName, Str message, Err? err := null)
Constructor with all the fields
const Str : msg
Message text event
Void print(OutStream out := Env.cur().out())
Print to the specified output stream.
const DateTime : time
Timestamp of log event
virtual Str toStr()
Return standard log format.