Similar to XLOG(...) except log a message if the specified condition predicate evaluates to true or every
Declared in <folly/logging/xlog.h>
#define XLOG_EVERY_MS_OR(level, cond, ms, ...)
Note that this is threadsafe.
| Name | Description |
|---|---|
| ms | milliseconds |
| level | The folly::LogLevel value at which to log. |
| cond | A predicate; the message is logged when it is true. |