const class sys::LogRec
sys::Obj sys::LogRec
LogRec all the information of a single logging event. See Logging for details.
- err
- 
const Err? errException if applicable 
- level
- 
const LogLevel levelSeverity level of event 
- logName
- 
const Str logNameName of Logwhich generated the event
- make
- 
new make(DateTime time, LogLevel level, Str logName, Str message, Err? err := null)Constructor with all the fields 
- msg
- 
const Str msgMessage text event 
- 
Void print(OutStream out := Env.cur().out())Print to the specified output stream. 
- time
- 
const DateTime timeTimestamp of log event 
- toStr
- 
virtual override Str toStr()Return standard log format.