//
pkg.gl
Category
github.com/x-module/helper
xlog
package
0.0.7
Repository:
https://github.com/x-module/helper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
3
Files
200 SLOC
#
Functions
Debug
Debug 调试日志.
Debugf
Debugf 调试日志.
Error
Error 错误日志.
Errorf
Errorf 错误日志.
Fatal
Fatal 致命错误日志.
Fatalf
Fatalf 致命错误日志.
Info
Info 信息日志.
Infof
Infof 信息日志.
InitLogger
InitLogger 日志模块初始化.
Warn
Warn 警告日志.
Warnf
Warnf 警告日志.
Warning
Warning 警告日志.
Warningf
Warningf 警告日志.
WithField
WithField 添加字段.
#
Constants
DebugMode
DebugMode indicates gin mode is debug.
ReleaseMode
ReleaseMode indicates gin mode is release.
TestMode
TestMode indicates gin mode is test.
#
Variables
Logger
Logger 日志句柄.
#
Structs
LogConfig
No description provided by the author
Xlogger
Xlogger 系统日志.
#
Interfaces
LogInter
LogInter 日志接口.
XLogInter
No description provided by the author
#
Type aliases
LogMode
No description provided by the author