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.
Declared in <kernel/bitcoinkernel.h>
void
btck_logging_enable_category(btck_LogCategory category);
| Name | Description |
|---|---|
| category [in] | If btck_LogCategory_ALL is chosen, all categories will be enabled. |