[#btck_logging_enable_category] = btck_logging_enable_category :mrdocs: Enable a specific log category for the global internal logger. This changes a global setting and will override settings for all existing xref:btck_LoggingConnection-04.adoc[`btck_LoggingConnection`] instances. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void btck_logging_enable_category(xref:btck_LogCategory.adoc[btck_LogCategory] category); ---- == Parameters [cols="1,4"] |=== | Name| Description | *category* [in] | If btck_LogCategory_ALL is chosen, all categories will be enabled. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#