[#BloombergLP-ball-Category-isEnabled] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Category.adoc[Category]::isEnabled :relfileprefix: ../../../ :mrdocs: Return `true` if logging at the specified `level` is enabled for this category, and `false` otherwise. Logging is enabled if `level` is numerically less than or equal to any of the four threshold levels of this category. == Synopsis Declared in `<ball_category.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isEnabled(int level) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#