Install the rate limiter used to throttle noisy log locations.

Synopsis

Declared in <logging.h>

[[requires_capability(0x7f2e43eecfb8)]]
void
SetRateLimiting(std::shared_ptr<LogRateLimiter> limiter);

Parameters

Name

Description

limiter

The rate limiter to use, or nullptr to disable rate limiting.

Created with MrDocs