pub trait BuilderExt { // Required method fn btformat(&mut self) -> &mut Self; }
Extensions to [env_logger::Builder] which configure it for Blocktree crates.
Uses a standard format for log messages which includes the source file and line number a logging statement occurs on.