BCLog::Logger::EnableCategory

Enable a log category, parsing it from a string.

Synopsis

Declared in <logging.h>

bool
EnableCategory(std::string_view str);

Return Value

true if the string named a valid category.

Parameters

NameDescription
strThe category name to enable.