Log at debug level with fmt.Printf-like formatting
(format string, args ...interface{})
| 25 | |
| 26 | // Log at debug level with fmt.Printf-like formatting |
| 27 | Debugf(format string, args ...interface{}) |
| 28 | |
| 29 | // Log at info level |
| 30 | Info(args ...interface{}) |
no outgoing calls
no test coverage detected