Expand description
Utilities for [tracing-subscriber]
Structs§
- Make
Writer Interceptor - A MakeWriter that intercepts logs before writing them and allows both to accumulate them in a list or stream to subscribers.
- Tracing
Context - The tracing context.
- Writer
Interceptor - A Writer interceptor for MakeWriterInterceptor
Functions§
- dynamic_
intercepted_ tracing_ layer - Generates a default tracing layer with the given Targets filter that can be updated from its TracingContext and intercepted with its MakeWriterInterceptor
- dynamic_
tracing_ layer - Generates a default tracing layer with the given Targets filter that can be updated from its TracingContext
- initialize_
tracing - Initializes the global tracing subscriber
- intercepted_
tracing_ layer - Generates a default tracing layer with the given Targets filter that can be intercepted with its MakeWriterInterceptor
- tracing_
layer - Generates the default compact tracing layer with the given Targets filter