Documentation
¶
Index ¶
Constants ¶
View Source
const ( LOGGER_MAX_SIZE = 20 //每个日志文件保存的最大尺寸 单位:M LOGGER_MAX_BACKUPS = 30 //日志文件最多保存多少个备份 LOGGER_MAX_AGE = 30 //文件最多保存多少天 LOGGER_COMPRESS = true //是否压缩 DEFAULT_LOGGER_FILEPATH = "/var/log" //默认文件存储路径 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.