[#BCLog-Logger-SetCategoryLogLevel-01] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::SetCategoryLogLevel :relfileprefix: ../../ :mrdocs: Set the override log level for a category, parsing both from strings. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e43eed738)]] bool SetCategoryLogLevel( std::string_view category_str, std::string_view level_str); ---- == Return Value true if both strings were parsed and the level was set. == Parameters [cols="1,4"] |=== | Name| Description | *category_str* | The category name to configure. | *level_str* | The log level name to apply. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#