Documentation ¶
Index ¶
- type NullLogger
- func (_ NullLogger) Enabled() bool
- func (_ NullLogger) Error(_ error, _ string, _ ...interface{})
- func (_ NullLogger) Info(_ string, _ ...interface{})
- func (log NullLogger) V(_ int) logr.InfoLogger
- func (log NullLogger) WithName(_ string) logr.Logger
- func (log NullLogger) WithValues(_ ...interface{}) logr.Logger
- type TestLogger
- func (_ TestLogger) Enabled() bool
- func (log TestLogger) Error(err error, msg string, args ...interface{})
- func (_ TestLogger) Info(_ string, _ ...interface{})
- func (log TestLogger) V(v int) logr.InfoLogger
- func (log TestLogger) WithName(_ string) logr.Logger
- func (log TestLogger) WithValues(_ ...interface{}) logr.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullLogger ¶
type NullLogger struct{}
NullLogger is a logr.Logger that does nothing.
func (NullLogger) Enabled ¶
func (_ NullLogger) Enabled() bool
func (NullLogger) Error ¶
func (_ NullLogger) Error(_ error, _ string, _ ...interface{})
func (NullLogger) Info ¶
func (_ NullLogger) Info(_ string, _ ...interface{})
func (NullLogger) V ¶
func (log NullLogger) V(_ int) logr.InfoLogger
func (NullLogger) WithValues ¶
func (log NullLogger) WithValues(_ ...interface{}) logr.Logger
type TestLogger ¶
TestLogger is a logr.Logger that prints through a testing.T object. Only error logs will have any effect.
func (TestLogger) Enabled ¶
func (_ TestLogger) Enabled() bool
func (TestLogger) Error ¶
func (log TestLogger) Error(err error, msg string, args ...interface{})
func (TestLogger) Info ¶
func (_ TestLogger) Info(_ string, _ ...interface{})
func (TestLogger) V ¶
func (log TestLogger) V(v int) logr.InfoLogger
func (TestLogger) WithValues ¶
func (log TestLogger) WithValues(_ ...interface{}) logr.Logger
Click to show internal directories.
Click to hide internal directories.