BCLog::Logger::DisableCategory

Disable a log category, parsing it from a string.

Synopsis

Declared in <logging.h>

bool
DisableCategory(std::string_view str);

Return Value

true if the string named a valid category.

Parameters

NameDescription
strThe category name to disable.