Documentation
¶
Index ¶
- func Debug(v ...interface{})
- func Debugf(format string, params ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, params ...interface{})
- func Flush()
- func Info(v ...interface{})
- func Infof(format string, params ...interface{})
- func LoadLogger(conf string) (seelog.LoggerInterface, error)
- func Replace(logger seelog.LoggerInterface)
- func ReplaceConfig(config string)
- func Trace(v ...interface{})
- func Tracef(format string, params ...interface{})
- func Warn(v ...interface{})
- func Warnf(format string, params ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadLogger ¶
func LoadLogger(conf string) (seelog.LoggerInterface, error)
LoadLogger 通过配置文件初始化日志模块
func ReplaceConfig ¶ added in v0.0.3
func ReplaceConfig(config string)
ReplaceConfig replace logger from new config string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.