Versions in this module Expand all Collapse all v0 v0.17.2 Mar 6, 2026 Changes in this version + func NewContextLogger(log logr.Logger) fiber.Handler + func NewLogger(opts ...LoggerOption) fiber.Handler + func NewTimeout(duration time.Duration) fiber.Handler + type LogFormat string + const LogFormatJSON + type LoggerOption func(*LoggerOpts) + func WithOutput(w io.Writer) LoggerOption + type LoggerOpts struct + Format LogFormat + Output io.Writer