Check whether a category is enabled at all.

Synopsis

Declared in <logging.h>

bool
WillLogCategory(LogFlags category) const;

Return Value

true if the category would be logged.

Parameters

Name

Description

category

The category to test.

Created with MrDocs