//
pkg.gl
Category
github.com/apolloconfig/agollo/v4
component
log
package
4.4.0
Repository:
https://github.com/apolloconfig/agollo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
21
Files
70 SLOC
#
Functions
Debug
Debug 打印debug.
Debugf
Debugf debug 格式化.
Error
Error 打印Error.
Errorf
Errorf error格式化.
Info
Info 打印Info.
Infof
Infof 打印info.
InitLogger
InitLogger 初始化logger对象.
Warn
Warn 打印Warn.
Warnf
Warnf warn格式化.
#
Variables
Logger
Logger logger 对象.
#
Structs
DefaultLogger
DefaultLogger 默认日志实现.
#
Interfaces
LoggerInterface
LoggerInterface 日志接口.