Check if an XLOG() statement with the given log level would be enabled.
Synopsis
Declared in <folly/logging/xlog.h>
#define XLOG_IS_ON(level)
Description
The level parameter must be an unqualified LogLevel enum value.
Parameters
Name |
Description |
level |
An unqualified |
Created with MrDocs