Documentation ¶
Index ¶
- func Debug(v ...interface{})
- func Debugf(format string, v ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Fatal(v ...interface{})
- func Fatalf(format string, v ...interface{})
- func GetLevel() string
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func SetLevel(level string)
- func SetOutput(filename string)
- func Warn(v ...interface{})
- func Warnf(format string, v ...interface{})
- type LoggerLevel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoggerLevel ¶
type LoggerLevel int
const ( DEBUG LoggerLevel = iota INFO WARN ERROR )
func (LoggerLevel) String ¶
func (l LoggerLevel) String() string
Click to show internal directories.
Click to hide internal directories.