Error logs to the ERROR, WARNING, INFO and DEBUG level.
(format string, args ...interface{})
| 29 | |
| 30 | // Error logs to the ERROR, WARNING, INFO and DEBUG level. |
| 31 | Error(format string, args ...interface{}) |
| 32 | |
| 33 | // Warning logs to the WARNING, INFO and DEBUG level. |
| 34 | Warning(format string, args ...interface{}) |
no outgoing calls