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