Module subscriber

Module subscriber 

Source
Expand description

Contains tracing::Subscriber implementation for span diagnostics.

Modules§

layer
Contains layers used in this crate’s subscriber for node diagnostics.

Structs§

SubscriberBuilder
Builder for the trace_tools subscriber.

Functions§

build
Returns a new, default SubscriberBuilder.
collect_logs
Initialises a tracing_log::LogTracer that converts any incoming log records into tracing events, allowing subscribers to interact with log records.

Type Aliases§

TraceSubscriber
Layered type describing the composition of the subscriber constructed by the trace_tools crate.