Info logs to the INFO and DEBUG level.
(format string, args ...interface{})
| 35 | |
| 36 | // Info logs to the INFO and DEBUG level. |
| 37 | Info(format string, args ...interface{}) |
| 38 | |
| 39 | // Debug logs to the DEBUG level. |
| 40 | Debug(format string, args ...interface{}) |
no outgoing calls