Function env_logger::builder[][src]

pub fn builder() -> Builder

Create a new builder with the default environment variables.

The builder can be configured before being initialized. This is a convenient way of calling Builder::from_default_env.