[#XLOGF_EVERY_MS_OR] = XLOGF_EVERY_MS_OR :mrdocs: Similar to XLOGF(...) except log a message if the specified condition predicate evaluates to true or every == Synopsis Declared in `<folly/logging/xlog.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define XLOGF_EVERY_MS_OR(level, cond, 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. | *cond* | A predicate; the message is logged when it is true. | *fmt* | A `folly::format`‐style format string for the message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#