util::log::ShouldTraceLog

Return whether messages with specified category should be trace logged. Applications using the logging library need to provide this.

Synopsis

Declared in <util/log.h>

bool
ShouldTraceLog(Category category);

Return Value

true if trace-level messages in this category should be logged.

Parameters

NameDescription
categoryThe category to test.