CtxLogger creates a telemetry.Logger with spanContext attributes in the structured logger
(logger Logger, span trace.Span)
| 28 | |
| 29 | // CtxLogger creates a telemetry.Logger with spanContext attributes in the structured logger |
| 30 | CtxLogger(logger Logger, span trace.Span) Logger |
| 31 | |
| 32 | // WrapErrorSpan sets a spanContext as error |
| 33 | WrapErrorSpan(span trace.Span, err error) error |
no outgoing calls
no test coverage detected