BCLog::Logger::DisableCategory

DisableCategory overloads

Synopses

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...

Return Value

true if the string named a valid category.

Parameters

NameDescription
flagThe category to disable.
strThe category name to disable.