BloombergLP::ball::Administration::passLevel

Return the pass threshold level for the named category.

Synopsis

Declared in <ball_administration.h>

static
int
passLevel(char const* categoryName);

Description

Return the pass threshold level currently set for the category having the specified categoryName, and a negative value if no such category exists. The behavior is undefined unless the logger manager singleton has been initialized and is not in the process of being shut down.

Return Value

pass threshold level, or a negative value if no such category exists

Parameters

NameDescription
categoryNamename of the category to query