package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Oct 9, 2024
License: GPL-3.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
¶
func Debugf(format string, args ...interface{})
func Errorf(format string, args ...interface{})
func Infof(format string, args ...interface{})
Use register a global logger
type Logger interface {
Debugf(format string, args ...interface{})
Infof(format string, args ...interface{})
Errorf(format string, args ...interface{})
}
Logger define a log interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.