WithService creates a new structured logger instance with a service name
(string)
| 11 | |
| 12 | // WithService creates a new structured logger instance with a service name |
| 13 | WithService(string) Logger |
| 14 | |
| 15 | // WithString creates a new structured logger instance with a string |
| 16 | WithString(key string, value string) Logger |
no outgoing calls
no test coverage detected