btck_logging_enable_category

Function btck_logging_enable_category 

Source
pub unsafe extern "C" fn btck_logging_enable_category(
    category: btck_LogCategory,
)
Expand description

@brief Enable 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 enabled.