package
Version:
v0.7.3
Opens a new window with list of versions in this module.
Published: Jan 17, 2023
License: GPL-3.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
¶
Package logger provides common logging types.
Null is a discarding logger.
type Logger interface {
Printf(format string, v ...any)
Println(v ...any)
Fatalf(format string, v ...any)
}
Logger defines a logging interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.