Function egui_logger::init_with_max_level
source · pub fn init_with_max_level(max_level: LevelFilter) -> Result<(), SetLoggerError>Expand description
Same as init() accepts a log::LevelFilter to set the max level
use Trace with caution