Documentation ¶ Index ¶ func Log(t *testing.T, clock clock.PassiveClock, prefix string, args ...interface{}) func Logf(t *testing.T, clock clock.PassiveClock, prefix string, format string, ...) type Logger func NewOperationLogger(t *testing.T, clock clock.PassiveClock, prefixes ...string) Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Log ¶ func Log(t *testing.T, clock clock.PassiveClock, prefix string, args ...interface{}) func Logf ¶ func Logf(t *testing.T, clock clock.PassiveClock, prefix string, format string, args ...interface{}) Types ¶ type Logger ¶ type Logger interface { Log(...interface{}) Logf(string, ...interface{}) WithName(string) Logger WithResource(ctrlclient.ObjectKey, ctrlclient.Object) Logger } func NewOperationLogger ¶ func NewOperationLogger(t *testing.T, clock clock.PassiveClock, prefixes ...string) Logger Source Files ¶ View all Source files log.gologger.gooperation.go Click to show internal directories. Click to hide internal directories.