[#BloombergLP-balm-Category-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/Category.adoc[Category]::Category :relfileprefix: ../../../ :mrdocs: Create a category having the specified `name` address. Optionally specify `enabledFlag`, the enabled status of the category; if `enabledFlag` is not specified, the `enabled` status is `true`. The behavior is undefined unless `name` remains valid and unmodified for the lifetime of this object. == Synopsis Declared in `<balm_category.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Category( char const* name, bool enabledFlag = true); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#