Documentation ¶ Index ¶ type Logger func GetLogger(ctx context.Context) Logger func (l *Logger) Debug(msg string, keysAndValues ...interface{}) func (l *Logger) Error(err error, msg string, keysAndValues ...interface{}) func (l *Logger) Info(msg string, keysAndValues ...interface{}) func (l *Logger) Warning(msg string, keysAndValues ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Logger ¶ type Logger struct { logr.Logger } func GetLogger ¶ func GetLogger(ctx context.Context) Logger func (*Logger) Debug ¶ func (l *Logger) Debug(msg string, keysAndValues ...interface{}) func (*Logger) Error ¶ func (l *Logger) Error(err error, msg string, keysAndValues ...interface{}) func (*Logger) Info ¶ func (l *Logger) Info(msg string, keysAndValues ...interface{}) func (*Logger) Warning ¶ func (l *Logger) Warning(msg string, keysAndValues ...interface{}) Source Files ¶ View all Source files log.go Click to show internal directories. Click to hide internal directories.