package
Version:
v1.1.31
Opens a new window with list of versions in this module.
Published: Dec 21, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Detail struct {
Name string `json:"name"`
Line string `json:"line"`
Prefix string `json:"prefix"`
Trace uint64 `json:"trace"`
Content string `json:"content"`
Level string `json:"level"`
Timestamp string `json:"timestamp"`
}
const (
NONE Level = 0x00 + iota
DEBUG
STACK
INFO
WARN
ERR
FATAL
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.