Similar to XLOG(...) except only log at most

Synopsis

Declared in <folly/logging/xlog.h>

#define XLOG_N_PER_MS(level, count, ms, …​)

Description

The internal counters are process‐global and threadsafe.

Parameters

Name

Description

count

messages per

ms

millisecond interval.

level

The folly::LogLevel value at which to log.

Created with MrDocs