Error logs an error. The err field can be left `nil`, otherwise the logger will format it into the message.
(err error, format string, a ...interface{})
| 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 |
| 47 | // will add no additional prefix. The new Logger will inherit the properties of the original. |
| 48 | Nested(name string) Logger |
no outgoing calls