| 1476 | } |
| 1477 | |
| 1478 | type disableLogger struct{} |
| 1479 | |
| 1480 | // Printf implements the fasthttp Logger interface and discards log output. |
| 1481 | func (*disableLogger) Printf(string, ...any) { |
nothing calls this directly
no outgoing calls
no test coverage detected