| 38 | }) |
| 39 | |
| 40 | interface CustomLogger extends FastifyBaseLogger { |
| 41 | customMethod(msg: string, ...args: unknown[]): void; |
| 42 | } |
| 43 | |
| 44 | class CustomLoggerImpl implements CustomLogger { |
| 45 | level = class="st">'info' |
nothing calls this directly
no outgoing calls
no test coverage detected