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

Struct disableLogger

app.go:1478–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476}
1477
1478type disableLogger struct{}
1479
1480// Printf implements the fasthttp Logger interface and discards log output.
1481func (*disableLogger) Printf(string, ...any) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected