Similar to XLOGF(...) except only log a message every
Declared in <folly/logging/xlog.h>
#define XLOGF_EVERY_N(level, n, fmt, ...)
See concurrency discussion for XLOG_EVERY_N which applies here as well.
| Name | Description |
|---|---|
| n | invocations, approximately. |
| level | The folly::LogLevel value at which to log. |
| fmt | A folly::format-style format string for the message. |