Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintKlogLine ¶ added in v0.18.0
func PrintKlogLine(line string, args []interface{})
Types ¶
type Logger ¶
type Logger interface {
WithName(name string) Logger
Base() logr.Logger
Infof(format string, a ...interface{})
Debugf(format string, a ...interface{})
Errorf(format string, a ...interface{})
}
func NewFromExisting ¶ added in v0.4.4
func NewFromExisting(log logr.Logger, name string) Logger
Click to show internal directories.
Click to hide internal directories.