WithString creates a new structured logger instance with a string
(key string, value string)
| 14 | |
| 15 | // WithString creates a new structured logger instance with a string |
| 16 | WithString(key string, value string) Logger |
| 17 | |
| 18 | // WithSpan creates a new structured logger instance for a spanContext |
| 19 | WithSpan(span trace.SpanContext) Logger |
no outgoing calls
no test coverage detected