Trait tracing_log::env_logger::BuilderExt[][src]

pub trait BuilderExt: Sealed {
    fn emit_traces(&mut self) -> &mut Self;
}
This is supported on crate feature env_logger only.

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

Required methods

fn emit_traces(&mut self) -> &mut Self[src]

Configure the built env_logger::Logger to emit tracing events for all consumed log records, rather than printing them to standard out.

Note that this replaces any previously configured formatting.

Loading content...

Implementations on Foreign Types

impl BuilderExt for Builder[src]

Loading content...

Implementors

Loading content...