pub(crate) fn init<P, L>( log_path: Option<P>, filter: L, with_stdout: bool, ) -> Result<()>where P: AsRef<Path>, L: Into<Level>,
Initialize loggers globally.
Panics if called twice.