It would be nice if the log builder is made accessible to crate users. This would allow to create the Logger object without initializing it as global logger and further customisations.
The interface could be similar to pretty_env_logger's formated_builder
This would make this crate compatible with e.g. https://github.com/davechallis/multi_log .
It would be nice if the log builder is made accessible to crate users. This would allow to create the Logger object without initializing it as global logger and further customisations.
The interface could be similar to pretty_env_logger's formated_builder
This would make this crate compatible with e.g. https://github.com/davechallis/multi_log .