[#BCLog-Logger-SetRateLimiting] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::SetRateLimiting :relfileprefix: ../../ :mrdocs: Install the rate limiter used to throttle noisy log locations. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e43eecfb8)]] void SetRateLimiting(std::shared_ptr<LogRateLimiter> limiter); ---- == Parameters [cols="1,4"] |=== | Name| Description | *limiter* | The rate limiter to use, or nullptr to disable rate limiting. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#