Documentation
¶
Index ¶
- Constants
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func InitLogger(logDir string, maxSize, maxBackups, maxAge int) error
- func Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
Constants ¶
View Source
const ( InfoLogName = "info.log" WarnLogName = "warn.log" ErrorLogName = "error.log" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.