logger

package
v0.12.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: Apache-2.0 Imports: 4 Imported by: 44

Documentation

Index

Constants

View Source
const (
	TraceLevel = 2
	DebugLevel = 1
	InfoLevel  = 0
)

These are for convenience when doing log.V(...) to log at a particular level. They correspond to the logr equivalents of the zap levels above.

Variables

This section is empty.

Functions

func NewLogger

func NewLogger(opts Options) logr.Logger

NewLogger returns a logger configured with the given Options, and timestamps set to the ISO8601 format.

Types

type Options added in v0.6.0

type Options struct {
	LogEncoding string
	LogLevel    string
}

Options contains the configuration options for the logger.

func (*Options) BindFlags added in v0.6.0

func (o *Options) BindFlags(fs *pflag.FlagSet)

BindFlags will parse the given flagset for logger option flags and set the Options accordingly.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL