[−][src]Module tracing_log::trace_logger
A tracing
Subscriber
that uses the log
crate as a backend for
formatting tracing
spans and events.
When a TraceLogger
is set as the current subscriber, it will record
traces by emitting log::Record
s that can be collected by a logger.
Structs
Builder | Configures and constructs a |
TraceLogger | A |