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

Name

Description

category [in]

If btck_LogCategory_ALL is chosen, all categories will be enabled.

Created with MrDocs