pub fn get_subscriber<Sink>(
env_filter: String,
sink: Sink,
) -> impl Subscriber + Send + Sync
Expand description
Gets a subscriber that can be used to initialize the logger.
pub fn get_subscriber<Sink>(
env_filter: String,
sink: Sink,
) -> impl Subscriber + Send + Sync
Gets a subscriber that can be used to initialize the logger.