EnableCategory overloads
Declared in <logging.h>
Enable a log category.
void
EnableCategory(LogFlags flag);
» more...
Enable a log category, parsing it from a string.
bool
EnableCategory(std::string_view str);
» more...
true if the string named a valid category.
| Name | Description |
|---|---|
| flag | The category to enable. |
| str | The category name to enable. |