[#util-log-ShouldDebugLog] = xref:util.adoc[util]::xref:util/log.adoc[log]::ShouldDebugLog :relfileprefix: ../../ :mrdocs: Return whether messages with specified category should be debug logged. Applications using the logging library need to provide this. == Synopsis Declared in `<util/log.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ShouldDebugLog(xref:util/log/Category.adoc[Category] category); ---- == Return Value true if debug‐level messages in this category should be logged. == Parameters [cols="1,4"] |=== | Name| Description | *category* | The category to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#