package
Version:
v0.0.0-...-959c02d
Opens a new window with list of versions in this module.
Published: Apr 10, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Errorf(msg string, args ...interface{})
func Fatalf(msg string, args ...interface{})
func Infof(msg string, args ...interface{})
SetLogger replaces the default logger
type Logger interface {
Infof(msg string, args ...interface{})
Errorf(msg string, args ...interface{})
Fatalf(msg string, args ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.