Return whether messages with specified category should be debug logged. Applications using the logging library need to provide this.
Synopsis
Declared in <util/log.h>
bool
ShouldDebugLog(Category category);
Return Value
true if debug‐level messages in this category should be logged.
Parameters
Name |
Description |
category |
The category to test. |
Created with MrDocs