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