package
0.0.0-20240913190143-c90a6543eba6
Repository: https://github.com/patricklaabs/frigg.git
Documentation: pkg.go.dev
# Structs
NoopInfoLogger implements the InfoLogger interface and never logs anything.
NoopLogger implements the Logger interface and never logs anything.
# Interfaces
InfoLogger defines the info logging interface kind uses It is roughly a subset of Verbose from github.com/kubernetes/klog.
Logger defines the logging interface kind uses It is roughly a subset of github.com/kubernetes/klog.
# Type aliases
Level is a verbosity logging level for Info logs See also https://github.com/kubernetes/klog.