Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger wraps logr.Logger to provide INFO, WARN, and ERROR levels. In logr, verbosity works inversely: V(0) is most important, higher V = less important. We map: ERROR = always shown, WARN = V(0), INFO = V(0)
func (*Logger) WithValues ¶
WithValues returns a new Logger with additional key-value pairs
Click to show internal directories.
Click to hide internal directories.