Documentation ¶
Overview ¶
Package log contains logging utilities used by the ALB Ingress controller.
Index ¶
- func Prettify(i interface{}) string
- func String(i stringInt) string
- type Logger
- func (l *Logger) DebugLevelf(level int, format string, args ...interface{})
- func (l *Logger) Debugf(format string, args ...interface{})
- func (l *Logger) Errorf(format string, args ...interface{})
- func (l *Logger) Exitf(format string, args ...interface{})
- func (l *Logger) Fatalf(format string, args ...interface{})
- func (l *Logger) Infof(format string, args ...interface{})
- func (l *Logger) Warnf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) DebugLevelf ¶
DebugLevelf will print debug messages if debug logging is enabled
Click to show internal directories.
Click to hide internal directories.