BCLog::Logger::AddCategoryLogLevel

Set the override log level for a single category.

Synopsis

Declared in <logging.h>

[[requires_capability(0x7f2e43eed5f8)]]
void
AddCategoryLogLevel(
    LogFlags category,
    Level level);

Parameters

NameDescription
categoryThe category to configure.
levelThe log level to apply to that category.