pub fn set_level(level: LevelFilter)Expand description
Adjusts the global threshold without reinstalling. Intended for plugin
natives that expose a runtime knob — bind it to a Pawn-callable
helper such as MyPlugin_SetLogLevel(level).
pub fn set_level(level: LevelFilter)Adjusts the global threshold without reinstalling. Intended for plugin
natives that expose a runtime knob — bind it to a Pawn-callable
helper such as MyPlugin_SetLogLevel(level).