package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Feb 6, 2025
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 returns a context with provided logger.
type Logger interface {
Logf(msg string, args ...any)
LogKV(kvs ...any)
WithKeyValues(kvs ...any) Logger
}
GetLogger returns logger from context if applicable. Or it will returns
builtin logger.
NewLogger returns builtin Logger implementation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.