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

Synopsis

Declared in <folly/logging/xlog.h>

#define XLOG_EVERY_MS(level, ms, …​)

Description

Note that this is threadsafe.

Parameters

Name

Description

ms

milliseconds.

level

The folly::LogLevel value at which to log.

Created with MrDocs