Skip to main content

TARGET

Constant TARGET 

Source
pub const TARGET: &str = "gstreamer";
Expand description

The top-level target component of the events and spans dispatched to tracing by this library.

You can use this to filter events with e.g. RUST_LOG environment variable when using the fmt subscriber. The value of this constant is not guaranteed to be stable.

See [tracing::Metadata][tracing_core::Metadata] for further information.