BCLog::Logger::SetRateLimiting

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

NameDescription
limiterThe rate limiter to use, or nullptr to disable rate limiting.