Return true if logging at the specified level is enabled for this category, and false otherwise.
Declared in <ball_category.h>
bool
isEnabled(int level) const;
Logging is enabled if level is numerically less than or equal to any of the four threshold levels of this category.
true if logging at level is enabled, and false otherwise
| Name | Description |
|---|---|
| level | severity level to test |