btck_logging_enable_category

Enable a specific log category for the global internal logger. This changes a global setting and will override settings for all existing btck_LoggingConnection instances.

Synopsis

Declared in <kernel/bitcoinkernel.h>

void
btck_logging_enable_category(btck_LogCategory category);

Parameters

NameDescription
category [in]If btck_LogCategory_ALL is chosen, all categories will be enabled.