Warn logs a message. The err field can be left `nil`, otherwise the logger will format it into the message.
(err error, format string, a ...interface{})
| 41 | Info(format string, a ...interface{}) |
| 42 | // Warn logs a message. The err field can be left `nil`, otherwise the logger will format it into the message. |
| 43 | Warn(err error, format string, a ...interface{}) |
| 44 | // Error logs an error. The err field can be left `nil`, otherwise the logger will format it into the message. |
| 45 | Error(err error, format string, a ...interface{}) |
| 46 | // Nested return a new logger instance. `name` is the extra prefix to be prepended to each message. Leaving it blank |
no outgoing calls
no test coverage detected