| 30 | var _ Logger = (*logger)(nil) |
| 31 | |
| 32 | type disableLogger struct{} |
| 33 | |
| 34 | func (l *disableLogger) Errorf(format string, v ...any) {} |
| 35 | func (l *disableLogger) Warnf(format string, v ...any) {} |
nothing calls this directly
no outgoing calls
no test coverage detected