Documentation ¶
Index ¶
- Constants
- Variables
- func Debug(v ...interface{})
- func Debugf(format string, v ...interface{})
- func Debugln(v ...interface{})
- func Fatal(v ...interface{})
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func Infoln(v ...interface{})
- func InitDefault(level int)
- func Warn(v ...interface{})
- func Warnf(format string, v ...interface{})
- func Warnln(v ...interface{})
- type AntLog
- func (a *AntLog) Debug(v ...interface{})
- func (a *AntLog) Debugf(format string, v ...interface{})
- func (a *AntLog) Debugln(v ...interface{})
- func (a *AntLog) Fatal(v ...interface{})
- func (a *AntLog) Info(v ...interface{})
- func (a *AntLog) Infof(format string, v ...interface{})
- func (a *AntLog) Infoln(v ...interface{})
- func (a *AntLog) Print(level int, v ...interface{})
- func (a *AntLog) Printf(level int, format string, v ...interface{})
- func (a *AntLog) Println(level int, v ...interface{})
- func (a *AntLog) Warn(v ...interface{})
- func (a *AntLog) Warnf(format string, v ...interface{})
- func (a *AntLog) Warnln(v ...interface{})
Constants ¶
View Source
const ( LOG_PRINT = 4 LOG_DEBUG = 1 LOG_INFO = 2 LOG_WARN = 3 )
Variables ¶
Functions ¶
func InitDefault ¶
func InitDefault(level int)
Types ¶
Click to show internal directories.
Click to hide internal directories.