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

Name

Description

str

The category name to disable.

Created with MrDocs