Warning logs to the WARNING, INFO and DEBUG level.
(format string, args ...interface{})
| 32 | |
| 33 | // Warning logs to the WARNING, INFO and DEBUG level. |
| 34 | Warning(format string, args ...interface{}) |
| 35 | |
| 36 | // Info logs to the INFO and DEBUG level. |
| 37 | Info(format string, args ...interface{}) |
no outgoing calls
no test coverage detected