package
Version:
v0.0.0-...-aad8edc
Opens a new window with list of versions in this module.
Published: Jun 11, 2024
License: MIT
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.