Set the override log level for a category, parsing both from strings.
Declared in <logging.h>
[[requires_capability(0x7f2e43eed738)]]
bool
SetCategoryLogLevel(
std::string_view category_str,
std::string_view level_str);
true if both strings were parsed and the level was set.
| Name | Description |
|---|---|
| category_str | The category name to configure. |
| level_str | The log level name to apply. |