Return true if logging at the specified level is enabled for this category, and false otherwise.

Synopsis

Declared in <ball_category.h>

bool
isEnabled(int level) const;

Description

Logging is enabled if level is numerically less than or equal to any of the four threshold levels of this category.

Return Value

true if logging at level is enabled, and false otherwise

Parameters

Name

Description

level

severity level to test

Created with MrDocs