[#BCLog-Logger-DisableCategory-0d] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::DisableCategory :relfileprefix: ../../ :mrdocs: `DisableCategory` overloads == Synopses Declared in `<logging.h>` Disable a log category. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BCLog/Logger/DisableCategory-0b.adoc[DisableCategory](xref:BCLog/LogFlags.adoc[LogFlags] flag); ---- [.small]#xref:BCLog/Logger/DisableCategory-0b.adoc[_» more..._]# Disable a log category, parsing it from a string. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BCLog/Logger/DisableCategory-08.adoc[DisableCategory](std::string_view str); ---- [.small]#xref:BCLog/Logger/DisableCategory-08.adoc[_» more..._]# == Return Value true if the string named a valid category. == Parameters [cols="1,4"] |=== | Name| Description | *flag* | The category to disable. | *str* | The category name to disable. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#