Warning logs a message using WARNING as log level.
(format string, args ...interface{})
| 54 | Error(format string, args ...interface{}) |
| 55 | // Warning logs a message using WARNING as log level. |
| 56 | Warning(format string, args ...interface{}) |
| 57 | // Notice logs a message using NOTICE as log level. |
| 58 | Notice(format string, args ...interface{}) |
| 59 | // Info logs a message using INFO as log level. |
no outgoing calls
no test coverage detected