Log at info level with fmt.Printf-like formatting
(format string, args ...interface{})
| 31 | |
| 32 | // Log at info level with fmt.Printf-like formatting |
| 33 | Infof(format string, args ...interface{}) |
| 34 | |
| 35 | // Log at warning level |
| 36 | Warn(args ...interface{}) |
no outgoing calls
no test coverage detected