Skip to main content

set_log_level

Function set_log_level 

Source
pub fn set_log_level(level: LevelFilter)
Expand description

Update the log level at runtime (e.g., from settings UI). This only changes log::max_level() — the bridge itself always writes whatever passes the filter.