package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: May 19, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DefaultLogger returns a `Logger` implementation
backed by stdlib's log
NewLoggerMiddleware returns a new loggerMiddleware.
type Logger interface {
Printf(format string, v ...interface{})
}
Logger describes a logging interface allowing to implement different external, or custom logger.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.