Similar to XLOGF(...) except it logs a message if the condition predicate evaluates to true or approximately every
Synopsis
Declared in <folly/logging/xlog.h>
#define XLOGF_EVERY_N_OR(level, cond, n, fmt, …)
Description
See concurrency discussion for XLOG_EVERY_N which applies here as well.
Parameters
Name |
Description |
n |
invocations |
level |
The |
cond |
A predicate; the message is logged when it is true. |
fmt |
A |
Created with MrDocs