Documentation ¶
Index ¶
- Variables
- func Debug(v ...interface{})
- func Debugf(format string, v ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func Warn(v ...interface{})
- func Warnf(format string, v ...interface{})
- type LogLevel
- type Logger
- func (l *Logger) Debug(v ...interface{})
- func (l *Logger) Debugf(format string, v ...interface{})
- func (l *Logger) Error(v ...interface{})
- func (l *Logger) Errorf(format string, v ...interface{})
- func (l *Logger) GetLogLevel() LogLevel
- func (l *Logger) Info(v ...interface{})
- func (l *Logger) Infof(format string, v ...interface{})
- func (l *Logger) SetLogLevel(lvl LogLevel)
- func (l *Logger) Warn(v ...interface{})
- func (l *Logger) Warnf(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultLogger = &Logger{level: LevelInfo}
Functions ¶
Types ¶
type Logger ¶ added in v0.0.245
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) GetLogLevel ¶ added in v0.0.500
func (*Logger) SetLogLevel ¶ added in v0.0.245
Click to show internal directories.
Click to hide internal directories.