pub fn configure_stdout( category: &str, level: LoggingLevel, color: bool, ) -> Result<()>
Convenience: direct logging to stdout and set a default level for the given category.