Function uacpi_context_set_log_level
void uacpi_context_set_log_level(uacpi_log_level)
Description
Set the minimum log level to be accepted by the logging facilities. Any logs
below this level are discarded and not passed to uacpi_kernel_log, etc. 0 is treated as a special value that resets the setting to the default value. E.g. for a log level of UACPI_LOG_INFO: UACPI_LOG_DEBUG -> discarded UACPI_LOG_TRACE -> discarded UACPI_LOG_INFO -> allowed UACPI_LOG_WARN -> allowed UACPI_LOG_ERROR -> allowed