Documentation ¶
Index ¶
- Constants
- func AddMod(m logIF, flag int8)
- func Async(msgChanLen int)
- 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 Flush()
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func ResetMod()
- func Warn(v ...interface{})
- func Warnf(format string, v ...interface{})
Constants ¶
View Source
const ( F_FATAL int8 = 1 << iota F_ERROR F_WARN F_INFO F_DEBUG F_ALL = F_FATAL | F_ERROR | F_WARN | F_INFO | F_DEBUG )
flag 输出标示
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.