[#BCLog-Logger-AddCategoryLogLevel] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::AddCategoryLogLevel :relfileprefix: ../../ :mrdocs: Set the override log level for a single category. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e43eed5f8)]] void AddCategoryLogLevel( xref:BCLog/LogFlags.adoc[LogFlags] category, xref:BCLog/Level.adoc[Level] level); ---- == Parameters [cols="1,4"] |=== | Name| Description | *category* | The category to configure. | *level* | The log level to apply to that category. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#