[#BCLog-Logger-WillLogCategoryLevel] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::WillLogCategoryLevel :relfileprefix: ../../ :mrdocs: Check whether a category would be logged at a given level. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e43eed878)]] bool WillLogCategoryLevel( xref:BCLog/LogFlags.adoc[LogFlags] category, xref:BCLog/Level.adoc[Level] level) const; ---- == Return Value true if an entry of this category and level would be logged. == Parameters [cols="1,4"] |=== | Name| Description | *category* | The category to test. | *level* | The severity level to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#