StartWithLogger creates a spanContext and a context.Context containing the newly-created spanContext with a logger
(c context.Context, logger Logger, name ...string)
| 25 | |
| 26 | // StartWithLogger creates a spanContext and a context.Context containing the newly-created spanContext with a logger |
| 27 | StartWithLogger(c context.Context, logger Logger, name ...string) (context.Context, trace.Span, Logger) |
| 28 | |
| 29 | // CtxLogger creates a telemetry.Logger with spanContext attributes in the structured logger |
| 30 | CtxLogger(logger Logger, span trace.Span) Logger |
no outgoing calls
no test coverage detected