pub unsafe extern "C" fn btck_logging_disable_category(
category: btck_LogCategory,
)Expand description
@brief Disable a specific log category for the global internal logger. This changes a global setting and will override settings for all existing @ref btck_LoggingConnection instances.
@param[in] category If btck_LogCategory_ALL is chosen, all categories will be disabled.