(format string, args ...interface{})
| 280 | type Logger interface { |
| 281 | Debug(args ...interface{}) |
| 282 | Debugf(format string, args ...interface{}) |
| 283 | Info(args ...interface{}) |
| 284 | Infof(format string, args ...interface{}) |
| 285 | Warning(args ...interface{}) error |
no outgoing calls
no test coverage detected