Module tracing_log::env_logger[][src]

This is supported on crate feature env_logger only.

Utilities for configuring the env_logger crate to emit tracing events.

Traits

BuilderExt

Extension trait to configure an env_logger::Builder to emit traces.

Functions

init

Initializes the global logger with an env logger configured to emit tracing events.

try_init

Attempts to initialize the global logger with an env logger configured to emit tracing events.