pub fn install_log_reloader<F>(reload: F)where F: Fn(&str) -> Result<(), String> + Send + Sync + 'static,