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