package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Jan 24, 2026
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 ...any)
}
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.