[][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::Records that can be collected by a logger.

Structs

Builder

Configures and constructs a TraceLogger.

TraceLogger

A tracing Subscriber implementation that logs all recorded trace events.