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

Method Printf

prefork_logger.go:11–11  ·  view source on GitHub ↗

Printf must have the same semantics as log.Printf.

(format string, args ...any)

Source from the content-addressed store, hash-verified

9type PreforkLogger interface {
10 // Printf must have the same semantics as log.Printf.
11 Printf(format string, args ...any)
12}
13
14// preforkLogger adapts Fiber's logger to the PreforkLogger.

Callers 1

preforkMethod · 0.65

Implementers 3

preforkLoggerprefork_logger.go
disableLoggermiddleware/adaptor/adaptor.go

Calls

no outgoing calls

Tested by

no test coverage detected