package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Nov 17, 2023
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
¶
const (
DEBUG Level = iota
INFO
WARN
ERROR
FATAL
)
type LogHelper struct {
}
func (l *LogHelper) Debug(keyvals ...interface{})
func (l *LogHelper) Error(keyvals ...interface{})
func (l *LogHelper) Info(keyvals ...interface{})
func (l *LogHelper) Warn(keyvals ...interface{})
type Logger interface {
Log(level Level, keyvals ...interface{}) error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.