Versions in this module Expand all Collapse all v1 v1.0.2 Oct 30, 2025 v1.0.1 May 26, 2022 Changes in this version + func BuildCommonLogLine(w io.Writer, ctx *fasthttp.RequestCtx, ts time.Time) + type Logger struct + Compress bool + Filename string + Log io.Writer + MaxAge int + MaxBackups int + MaxSize int + func (p *Logger) Handler() fasthttp.RequestHandler + func (p *Logger) Init(c *middleware.Config) (err error) + func (p *Logger) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler + func (p *Logger) UnInit()