package
Version:
v0.0.0-...-78ca428
Opens a new window with list of versions in this module.
Published: Jul 5, 2025
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func IsWrite(r bool) optFunc
func New(err error, opts ...optFunc)
func SetType(t Lvl) optFunc
type LogEntry struct {
Time string `json:"time"`
Level string `json:"level"`
File string `json:"file"`
Line int `json:"line"`
Message string `json:"message"`
StackTrace []string `json:"stacktrace"`
}
const (
DEBUG Lvl = iota + 1
INFO
WARN
ERROR
OFF
PANIC
FATAL
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.