Return the current maximum threshold among this category's levels.
Synopsis
Declared in <ball_category.h>
int
threshold() const;
Description
Return the current maximum threshold (i.e., the lowest severity) between the recordLevel, passLevel, triggerLevel, and triggerAllLevel. Note that this is the threshold at which a log record having this severity will need to be acted upon.
Return Value
current maximum of this category's four threshold levels
Created with MrDocs