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