Versions in this module Expand all Collapse all v1 v1.4.1 Sep 11, 2020 Changes in this version + const DebugLevel + const InfoLevel + var Colors = logger.Colors + var Log = New(logger.Grouppable(), logger.Truncate(), logger.Out(os.Stderr), ...) + func IsCurrentLevel(level int) bool + func SetLevel(level int) + type Logger interface + Debug func(msg string) + Debugf func(format string, args ...interface{}) + Error func(err error, msg string, keysAndValues ...interface{}) + Errorf func(format string, args ...interface{}) + Grouped func(state bool) + Infof func(format string, args ...interface{}) + LogrLogger func() logr.Logger + Plain func(msg string) + PlainDebug func(msg string) + PlainDebugf func(format string, args ...interface{}) + Plainf func(format string, args ...interface{}) + Printf func(format string, args ...interface{}) + ShowTime func(f bool) Logger + V func(level int) logr.InfoLogger + WithName func(name string) Logger + WithValues func(keysAndValues ...interface{}) logr.Logger + func New(options ...logger.Option) Logger