[#BloombergLP-ball-HierarchicalCategorySetting-2constructor-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/HierarchicalCategorySetting.adoc[HierarchicalCategorySetting]::HierarchicalCategorySetting :relfileprefix: ../../../ :mrdocs: Create a hierarchical category setting object having the specified `categoryPrefix` and the specified `recordLevel`, `passLevel`, `triggerLevel`, and `triggerAllLevel` threshold values, respectively. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. The behavior is undefined unless each of the specified threshold levels is in the range `[0 .. 255]`. == Synopsis Declared in `<ball_hierarchicalcategorysetting.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- HierarchicalCategorySetting( std::string_view const& categoryPrefix, int recordLevel, int passLevel, int triggerLevel, int triggerAllLevel, xref:BloombergLP/ball/HierarchicalCategorySetting/allocator_type.adoc[allocator_type] allocator = allocator_type()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#