Struct LogLine
Represents a single logged line
struct LogLine
;
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 |