package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Nov 17, 2023
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
¶
type Logger interface {
Error(args ...any)
Errorw(msg string, keysAndValues ...any)
Debug(args ...any)
Debugw(msg string, keysAndValues ...any)
Info(args ...any)
Infow(msg string, keysAndValues ...any)
Warn(args ...any)
Warnw(msg string, keysAndValues ...any)
}
Builds a new logger. The format will difer based on the verbose flag.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.