Error logs an error
(err error)
| 8 | type Logger interface { |
| 9 | // Error logs an error |
| 10 | Error(err error) |
| 11 | |
| 12 | // WithService creates a new structured logger instance with a service name |
| 13 | WithService(string) Logger |
no outgoing calls
no test coverage detected