[#XLOGF_EVERY_N] = XLOGF_EVERY_N :mrdocs: Similar to XLOGF(...) except only log a message every == Synopsis Declared in `<folly/logging/xlog.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define XLOGF_EVERY_N(level, n, fmt, ...) ---- == Description See concurrency discussion for XLOG_EVERY_N which applies here as well. == Parameters [cols="1,4"] |=== | Name| Description | *n* | invocations, approximately. | *level* | The `folly::LogLevel` value at which to log. | *fmt* | A `folly::format`‐style format string for the message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#