[#BloombergLP-ball-ThresholdAggregate-maxLevel-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ThresholdAggregate.adoc[ThresholdAggregate]::maxLevel :relfileprefix: ../../../ :mrdocs: `maxLevel` overloads == Synopses Declared in `<ball_thresholdaggregate.h>` Return the numerically greatest of the four logging threshold levels held by the specified threshold `aggregate`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/ball/ThresholdAggregate/maxLevel-0a.adoc[maxLevel](xref:BloombergLP/ball/ThresholdAggregate.adoc[ThresholdAggregate] const& aggregate); ---- [.small]#xref:BloombergLP/ball/ThresholdAggregate/maxLevel-0a.adoc[_» more..._]# Return the numerically greatest of the specified `recordLevel`, `passLevel`, `triggerLevel`, and `triggerAllLevel` values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/ball/ThresholdAggregate/maxLevel-0f.adoc[maxLevel]( int recordLevel, int passLevel, int triggerLevel, int triggerAllLevel); ---- [.small]#xref:BloombergLP/ball/ThresholdAggregate/maxLevel-0f.adoc[_» more..._]# == Return Value numerically greatest of the four threshold levels == Parameters [cols="1,4"] |=== | Name| Description | *aggregate* | threshold aggregate whose levels are compared | *recordLevel* | record threshold level | *passLevel* | pass threshold level | *triggerLevel* | trigger threshold level | *triggerAllLevel* | trigger‐all threshold level |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#