Documentation
¶
Index ¶
- type LogLevel
- type Logger
- func (l *Logger) Errorf(format string, a ...interface{})
- func (l *Logger) Infof(format string, a ...interface{})
- func (l *Logger) Printf(level LogLevel, format string, a ...interface{})
- func (l *Logger) Verbose1f(format string, a ...interface{})
- func (l *Logger) Verbose2f(format string, a ...interface{})
- func (l *Logger) Verbose3f(format string, a ...interface{})
- func (l *Logger) Warnf(format string, a ...interface{})
- func (l *Logger) WithNamespaceAppended(n string) *Logger
- func (l *Logger) WithStdout(toStdout bool) *Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) WithNamespaceAppended ¶
func (*Logger) WithStdout ¶ added in v1.8.0
Click to show internal directories.
Click to hide internal directories.