Documentation
¶
Overview ¶
Package logging provides function's recommended logging interface.
Mainly a proxy for github.com/crossplane/crossplane-runtime/pkg/logging at the moment, but could diverge in the future if we see it fit.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
A Logger logs messages. Messages may be supplemented by structured data.
func NewLogrLogger ¶
NewLogrLogger returns a Logger that is satisfied by the supplied logr.Logger, which may be satisfied in turn by various logging implementations (Zap, klog, etc). Debug messages are logged at V(1).
Click to show internal directories.
Click to hide internal directories.