[#BCLog-Logger-DisableCategory-08] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::DisableCategory :relfileprefix: ../../ :mrdocs: Disable a log category, parsing it from a string. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool DisableCategory(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 disable. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#