Module tracing_log::env_logger

source ·
👎Deprecated since 0.1.4: use tracing-subscriber’s fmt::Subscriber instead
Available on crate feature env_logger only.
Expand description

Utilities for configuring the env_logger crate to emit tracing events.

Traits

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

Functions

  • initDeprecated
    Initializes the global logger with an env logger configured to emit tracing events.
  • try_initDeprecated
    Attempts to initialize the global logger with an env logger configured to emit tracing events.