Similar to XLOGF(...) except only log a message every
Declared in <folly/logging/xlog.h>
#define XLOGF_EVERY_MS(level, ms, fmt, ...)
Note that this is threadsafe.
| Name | Description |
|---|---|
| ms | milliseconds. |
| level | The folly::LogLevel value at which to log. |
| fmt | A folly::format-style format string for the message. |