XLOGF_EVERY_MS

Similar to XLOGF(...) except only log a message every

Synopsis

Declared in <folly/logging/xlog.h>

#define XLOGF_EVERY_MS(level, ms, fmt, ...)

Description

Note that this is threadsafe.

Parameters

NameDescription
msmilliseconds.
levelThe folly::LogLevel value at which to log.
fmtA folly::format-style format string for the message.