package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Mar 1, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
WithLogger adds a logger to the context
type Logger interface {
Printf(format string, v ...any)
}
Logger is an interface for logging diagnostics
FromContext retrieves the logger from context
Returns a no-op logger if not present
Source Files
¶
Click to show internal directories.
Click to hide internal directories.