[#BCLog-Logger-EnableCategory-0eb] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::EnableCategory :relfileprefix: ../../ :mrdocs: Enable a log category, parsing it from a string. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool EnableCategory(std::string_view str); ---- == Return Value true if the string named a valid category. == Parameters [cols="1,4"] |=== | Name| Description | *str* | The category name to enable. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#