Return whether messages with specified category should be debug logged. Applications using the logging library need to provide this.
Declared in <util/log.h>
<util/log.h>
bool ShouldDebugLog(Category category);
true if debug-level messages in this category should be logged.