Struct LogLine
Represents a single logged line
Fields
Name | Type | Description |
---|---|---|
fiber
|
core |
|
fiberID
|
uint |
|
file
|
string |
|
func
|
string |
|
level
|
LogLevel |
|
line
|
int |
|
mod
|
string |
|
text
|
string |
Legacy field used in Logger
|
thread
|
core |
|
threadID
|
uint |
|
threadName
|
string |
|
time
|
std |
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.