Function set_log_level

Source
pub fn set_log_level(level: u8)
Expand description

Sets the logging level for the application.

This adjusts the verbosity of the log output by setting the specified logging level within a thread-local variable. The function modifies the global logging behavior based on the provided level, influencing which log messages are output according to their priority.