[#XLOGF_EVERY_MS] = XLOGF_EVERY_MS :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_MS(level, ms, fmt, ...) ---- == Description Note that this is threadsafe. == Parameters [cols="1,4"] |=== | Name| Description | *ms* | milliseconds. | *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]#