Documentation
¶
Index ¶
- Variables
- func Critical(msg string, data ...interface{})
- func Criticalf(msg string, data ...interface{})
- func Debug(msg string, data ...interface{})
- func Debugf(msg string, data ...interface{})
- func Devel(msg string, data ...interface{})
- func Develf(msg string, data ...interface{})
- func Error(msg string, data ...interface{})
- func Errorf(msg string, data ...interface{})
- func Info(msg string, data ...interface{})
- func Infof(msg string, data ...interface{})
- func Init()
- func SetLevel(lvl level)
- func SetLevelByString(lvl string)
- func SetLogFolder(path string)
- func Warn(msg string, data ...interface{})
- func Warnf(msg string, data ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DEBUG level = level{/* contains filtered or unexported fields */} INFO level = level{/* contains filtered or unexported fields */} WARN level = level{/* contains filtered or unexported fields */} ERROR level = level{/* contains filtered or unexported fields */} CRITICAL level = level{/* contains filtered or unexported fields */} DEVEL level = level{/* contains filtered or unexported fields */} )
Functions ¶
func SetLevelByString ¶
func SetLevelByString(lvl string)
func SetLogFolder ¶
func SetLogFolder(path string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.