LogLine

Represents a single logged line

Members

Variables

fiber
Fiber fiber;
Undocumented in source.
fiberID
uint fiberID;
Undocumented in source.
file
string file;
Undocumented in source.
func
string func;
Undocumented in source.
level
LogLevel level;
Undocumented in source.
line
int line;
Undocumented in source.
mod
string mod;
Undocumented in source.
text
string text;

Legacy field used in Logger.log

thread
Thread thread;
Undocumented in source.
threadID
uint threadID;
Undocumented in source.
threadName
string threadName;
Undocumented in source.
time
SysTime time;
Undocumented in source.

Meta