Skip to main content

run_with_log_level

Function run_with_log_level 

Source
pub fn run_with_log_level(
    config: Box<DebuggerConfig>,
    logger: Box<dyn Log>,
    max_level: LevelFilter,
) -> Result<(), Report>