Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Logger *zap.Logger LogPath string // 日志文件路径 LogName string // 日志文件名 LogLevel string // 日志级别 debug/info/warn/error,debug输出:debug/info/warn/error日志。 info输出:info/warn/error日志。 warn输出:warn/error日志。 error输出:error日志。 MaxSize int // 单个文件大小,MB MaxBackups int // 保存的文件个数 MaxAge int // 保存的天数 0=不删除 Compress bool // 压缩 JsonFormat bool // 是否输出为json格式 ShowLine bool // 显示代码行 LogInConsole bool // 是否同时输出到控制台 }
func (*App) InitLogger ¶
func (app *App) InitLogger()
Click to show internal directories.
Click to hide internal directories.