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