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

Struct disableLogger

middleware/adaptor/adaptor.go:22–22  ·  middleware/adaptor/adaptor.go::disableLogger

disableLogger implements the fasthttp Logger interface and discards log output.

Source from the content-addressed store, hash-verified

20
21// disableLogger implements the fasthttp Logger interface and discards log output.
22type disableLogger struct{}
23
24// Printf implements the fasthttp Logger interface and discards log output.
25func (*disableLogger) Printf(string, ...any) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected