pub unsafe extern "C" fn kernel_disable_log_category(
category: kernel_LogCategory,
) -> boolExpand description
Disable a specific log category for the global internal logger.
@param[in] category If kernel_LOG_ALL is chosen, all categories will be disabled. @return True on success.