package
Version:
v0.0.0-...-782a1cc
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SetDebug(enable bool)
type Logger interface {
Error(interface{})
Errorf(string, ...interface{})
Warn(interface{})
Warnf(string, ...interface{})
Info(interface{})
Infof(string, ...interface{})
Debug(interface{})
Debugf(string, ...interface{})
SetDebug(enable bool)
With(string) Logger
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.