package
0.0.0-20230216074244-e67ccf8c31f0
Repository: https://github.com/pyihe/go-pkg.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewLogger 初始化日志记录器.
No description provided by the author
No description provided by the author
No description provided by the author
WithBackUpCount 日志数量达到一定量后进行压缩备份.
WithErrorFile 错误日志名: name_error.logger.
No description provided by the author
WithFile 日志文件名: name.logger.
WithFormatText 日志输出格式, json, plaintext.
WithLevel 日志级别: DEBUG, INFO, WARN, ERROR, FATAL.
WithName 日志输出时的应用名.
WithRollingPolicy 日志切割方式, daily: 每24小时切割; hourly: 每小时切割.
WithRotateDate 日志转存时间.
WithRotateSize 日志转存大小.
WithWarnFile 警告日志文件名: name_warn.logger.
WithWriters 日志输出流, file: 只输出到文件; stdout: 只输出到标准输出流; file,stdout: 同时输出到文件和标准输出流.

# Constants

RotateTimeDaily 默认按天切割.
RotateTimeHourly 按小时切割.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
LogOption 日志配置项.