Struct LogLine
Represents a single logged line
Fields
Name | Type | Description |
---|---|---|
fiber
|
core.thread.Fiber |
|
fiberID
|
uint |
|
file
|
string |
|
func
|
string |
|
level
|
LogLevel |
|
line
|
int |
|
mod
|
string |
|
text
|
string |
|
thread
|
core.thread.Thread |
|
threadID
|
uint |
|
threadName
|
string |
|
time
|
std.datetime.SysTime |
Methods
Name | Description |
---|---|
opAssign
|
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.