package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
NoLevel Level = iota
Trace
Debug
Info
Warn
Error
)
type Logger interface {
Debug(msg string, args ...interface{})
Info(msg string, args ...interface{})
Warn(msg string, args ...interface{})
Error(msg string, args ...interface{})
Level() Level
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.