pub unsafe extern "C" fn kernel_enable_log_category(
category: kernel_LogCategory,
)Expand description
@brief Enable a specific log category for the global internal logger.
@param[in] category If kernel_LOG_ALL is chosen, all categories will be enabled.