package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: May 27, 2022
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
¶
View Source
var (
Println func(v ...interface{})
Fatal func(v ...interface{})
Fatalf func(format string, v ...interface{})
)
SetLogger rewrites the default logger
type Logger interface {
Println(v ...interface{})
Fatal(v ...interface{})
Fatalf(format string, v ...interface{})
}
Logger represents the log interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.