Debugj produces a json log with debug level.
(j echologger.JSON)
| 91 | |
| 92 | // Debugj produces a json log with debug level. |
| 93 | func (e *EchoLogger) Debugj(j echologger.JSON) { |
| 94 | e.logJSON(e.logger.Debug(), j) |
| 95 | } |
| 96 | |
| 97 | // Info produces a log with info level. |
| 98 | func (e *EchoLogger) Info(i ...interface{}) { |