MCPcopy
hub / github.com/gofiber/fiber / defaultLogger

Struct defaultLogger

log/default.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var _ AllLogger[*log.Logger] = (*defaultLogger)(nil)
15
16type defaultLogger struct {
17 stdlog *log.Logger
18 ctx retainedContext
19 level Level
20 depth int
21}
22
23// retainedContext documents that WithContext intentionally returns a logger
24// bound to a caller-provided context-like value. The value may be fiber.Ctx,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected