BCLog::Logger::WillLogCategory

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

NameDescription
categoryThe category to test.