Debug logs to the DEBUG level.
(format string, args ...interface{})
| 38 | |
| 39 | // Debug logs to the DEBUG level. |
| 40 | Debug(format string, args ...interface{}) |
| 41 | } |
| 42 | |
| 43 | // getLogLevel returns the logging level defined via the KITE_LOG_LEVEL |
no outgoing calls
no test coverage detected