Check whether a category would be logged at a given level.
Declared in <logging.h>
[[requires_capability(0x7f2e43eed878)]]
bool
WillLogCategoryLevel(
LogFlags category,
Level level) const;
true if an entry of this category and level would be logged.
| Name | Description |
|---|---|
| category | The category to test. |
| level | The severity level to test. |