Documentation ¶
Overview ¶
日志
Index ¶
- Constants
- func Debug(deb ...interface{})
- func Debugf(format string, v ...interface{})
- func Error(err ...interface{})
- func Errorf(format string, v ...interface{})
- func Info(info ...interface{})
- func Infof(format string, v ...interface{})
- func Init(dir string, file string, level int, savefile bool, prefix ...string)
- func Trace(deb ...interface{})
- func Tracef(format string, v ...interface{})
- func Waring(war ...interface{})
- func Waringf(format string, v ...interface{})
Constants ¶
View Source
const ( LOG_ERROR = iota LOG_WARING LOG_INFO LOG_DEBUG LOG_TRACE )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.