LogRec
const class LogRec : Obj
LogRec all the information of a single logging event. See Logging for details.
Constructor with all the fields
Message text event
Exception if applicable
Name of Log which generated the event
Severity level of event
Timestamp of log event
Return standard log format
Print to the specified output stream
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)
Constructor with all the fields
const Str : msg
Message text event
Void print(OutStream out)
Print to the specified output stream.
const DateTime : time
Timestamp of log event
virtual Str toStr()
Return standard log format.