Set the override log level for a single category.

Synopsis

Declared in <logging.h>

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

Parameters

Name

Description

category

The category to configure.

level

The log level to apply to that category.

Created with MrDocs