Install the rate limiter used to throttle noisy log locations.
Declared in <logging.h>
[[requires_capability(0x7ff38275de18)]]
void
SetRateLimiting(std::shared_ptr<LogRateLimiter> limiter);
| Name | Description |
|---|---|
| limiter | The rate limiter to use, or nullptr to disable rate limiting. |