Versions in this module Expand all Collapse all v1 v1.0.2 Oct 5, 2023 v1.0.1 Oct 5, 2023 Changes in this version + const TagBlack + const TagBlue + const TagBody + const TagBytesReceived + const TagBytesSent + const TagCookie + const TagCyan + const TagError + const TagForm + const TagGreen + const TagHeader + const TagHost + const TagIP + const TagIPs + const TagLatency + const TagLocals + const TagMagenta + const TagMethod + const TagPath + const TagPid + const TagPort + const TagProtocol + const TagQuery + const TagQueryStringParams + const TagRed + const TagReferer + const TagReqHeader + const TagReqHeaders + const TagResBody + const TagReset + const TagRespHeader + const TagRoute + const TagStatus + const TagTime + const TagUA + const TagURL + const TagWhite + const TagYellow + var ConfigDefault = Config + func New(config ...Config) fiber.Handler + type Buffer interface + Bytes func() []byte + Len func() int + ReadFrom func(r io.Reader) (int64, error) + Set func(p []byte) + SetString func(s string) + String func() string + Write func(p []byte) (int, error) + WriteByte func(c byte) error + WriteString func(s string) (int, error) + WriteTo func(w io.Writer) (int64, error) + type Config struct + CustomTags map[string]LogFunc + DisableColors bool + Done func(c *fiber.Ctx, logString []byte) + Format string + Next func(c *fiber.Ctx) bool + Output io.Writer + TimeFormat string + TimeInterval time.Duration + TimeZone string + type Data struct + ChainErr error + ErrPaddingStr string + Pid string + Start time.Time + Stop time.Time + Timestamp atomic.Value + type LogFunc func(output Buffer, c *fiber.Ctx, data *Data, extraParam string) (int, error)