[#BCLog-Logger-WillLogCategory] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::WillLogCategory :relfileprefix: ../../ :mrdocs: Check whether a category is enabled at all. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool WillLogCategory(xref:BCLog/LogFlags.adoc[LogFlags] category) const; ---- == Return Value true if the category would be logged. == Parameters [cols="1,4"] |=== | Name| Description | *category* | The category to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#