Documentation ¶
Overview ¶
Package logging provides a logger that satisfies https://github.com/go-logr/logr. It is implemented as a light wrapper around sigs.k8s.io/controller-runtime/pkg/log
Index ¶
Constants ¶
View Source
const (
Debug = 1
)
Logging levels.
Variables ¶
View Source
var ( // Logger is the base logger used by Crossplane. It delegates to another // logr.Logger. You *must* call SetLogger to get any actual logging. Logger = logger.WithName("crossplane") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.