Documentation ¶
Index ¶
- Constants
- func NewLogger(n string) logr.Logger
- type Logger
- func (l Logger) Enabled() bool
- func (l Logger) Error(err error, msg string, keysAndValues ...interface{})
- func (l Logger) Info(msg string, keysAndValues ...interface{})
- func (l Logger) V(level int) logr.Logger
- func (l Logger) WithName(name string) logr.Logger
- func (l Logger) WithValues(kvList ...interface{}) logr.Logger
Constants ¶
View Source
const ( All int = iota Info Error )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
func (Logger) WithValues ¶
Click to show internal directories.
Click to hide internal directories.