package
Version:
v0.1.0-alpha013
Opens a new window with list of versions in this module.
Published: Dec 16, 2025
License: Apache-2.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
¶
Printf implements Logging.
SetDefault sets the default Logger instance.
type Logger interface {
Printf(format string, v ...any)
}
Logger defines the Logger interface.
var NoopLogger Logger = &noopLogger{}
NoopLogger is a Logger that does nothing.
Default returns the default Logger instance.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.