Versions in this module Expand all Collapse all v1 v1.3.1 Jul 11, 2023 Changes in this version + const DEFAULT_LOG_FILENAME + const DEFAULT_LOG_LEVEL + const DEFAULT_LOG_MAXAGE + const DEFAULT_LOG_MAXBACKUPS + const DEFAULT_LOG_MAXSIZE + func GetLogger() *zap.Logger + func GetSugaLogger() *zap.SugaredLogger + func GinLogger() gin.HandlerFunc + func GinRecovery(stack bool) gin.HandlerFunc + func InitLogger(logConf *LogConifg) error + type LogConifg struct + FileName string + Level string + MaxAge int + MaxBackups int + MaxSize int