Log at warning level
(args ...interface{})
| 34 | |
| 35 | // Log at warning level |
| 36 | Warn(args ...interface{}) |
| 37 | |
| 38 | // Log at warning level with fmt.Printf-like formatting |
| 39 | Warnf(format string, args ...interface{}) |
no outgoing calls
no test coverage detected