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