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