Similar to XLOGF(...) except only log a message every
Synopsis
Declared in <folly/logging/xlog.h>
#define XLOGF_EVERY_N(level, n, fmt, …)
Description
See concurrency discussion for XLOG_EVERY_N which applies here as well.
Parameters
Name |
Description |
n |
invocations, approximately. |
level |
The |
fmt |
A |
Created with MrDocs