# Functions

BuildLogger constructs a logr.Logger object that matches the standard configuration across cnrm applications, writing to the io.Writer passed.
Fatal is a utility function to replace log.Fatal, which doesn't exist for logr loggers.
SetupLogger configures the controller-runtime/pkg/log Logger to the standard configuration across cnrm applications, writing to os.Stdout.