libbitcoinkernel_sys

Function kernel_disable_log_category

Source
pub unsafe extern "C" fn kernel_disable_log_category(
    category: kernel_LogCategory,
) -> bool
Expand 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.