WithSpan creates a new structured logger instance for a spanContext
(span trace.SpanContext)
| 17 | |
| 18 | // WithSpan creates a new structured logger instance for a spanContext |
| 19 | WithSpan(span trace.SpanContext) Logger |
| 20 | |
| 21 | // Trace logs a new message with trace level. |
| 22 | Trace(value string) |
no outgoing calls
no test coverage detected