Debug logs debug-level messages. These are typically only shown in development or when debug logging is explicitly enabled.
(format string, args ...interface{})
| 25 | // Debug logs debug-level messages. These are typically only shown |
| 26 | // in development or when debug logging is explicitly enabled. |
| 27 | Debug(format string, args ...interface{}) |
| 28 | |
| 29 | // Info logs informational messages about normal application flow. |
| 30 | Info(format string, args ...interface{}) |
no outgoing calls