Info logs informational messages about normal application flow.
(format string, args ...interface{})
| 28 | |
| 29 | // Info logs informational messages about normal application flow. |
| 30 | Info(format string, args ...interface{}) |
| 31 | |
| 32 | // Error logs error messages for exceptional conditions that should |
| 33 | // be investigated. |
no outgoing calls