Versions in this module Expand all Collapse all v1 v1.1.0 May 20, 2020 Changes in this version + func Verbosity() int v1.0.0 May 15, 2020 Changes in this version + func LimitToLoggers(names ...string) + func New(name string) logr.Logger + func SetVerbosity(v int) + type StdInfoLogr struct + func (this StdInfoLogr) Enabled() bool + func (this StdInfoLogr) Info(msg string, kvs ...interface{}) + type StdLogr struct + func (this StdLogr) Error(err error, msg string, kvs ...interface{}) + func (this StdLogr) V(level int) logr.InfoLogger + func (this StdLogr) WithName(name string) logr.Logger + func (this StdLogr) WithValues(kvs ...interface{}) logr.Logger