Printf must have the same semantics as log.Printf.
(format string, args ...any)
| 9 | type 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. |
no outgoing calls
no test coverage detected