| 28 | ) |
| 29 | |
| 30 | type captureLogger struct { |
| 31 | warnings []string |
| 32 | } |
| 33 | |
| 34 | func (l *captureLogger) IsLevelEnabled(level log.LogLevel) bool { return true } |
| 35 | func (l *captureLogger) Printf(format string, a ...interface{}) {} |
nothing calls this directly
no outgoing calls
no test coverage detected