diff --git a/src/config.rs b/src/config.rs index 505d2211..5f5196ef 100644 --- a/src/config.rs +++ b/src/config.rs @@ -91,6 +91,13 @@ pub struct Config { pub(crate) enable_paris_formatting: bool, } +impl Config { + /// Create a new default `ConfigBuilder` + pub fn builder() -> ConfigBuilder { + ConfigBuilder::new() + } +} + /// Builder for the Logger Configurations (`Config`) /// /// All loggers print the message in the following form: