Function env_logger::builder
source · pub fn builder() -> Builder
Expand description
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
.