[#BCLog-LogRateLimiter-Stats-Consume] = xref:BCLog.adoc[BCLog]::xref:BCLog/LogRateLimiter.adoc[LogRateLimiter]::xref:BCLog/LogRateLimiter/Stats.adoc[Stats]::Consume :relfileprefix: ../../../ :mrdocs: Updates internal accounting and returns true if enough available_bytes were remaining == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Consume(uint64_t bytes); ---- == Return Value true if the bytes fit within the remaining budget. == Parameters [cols="1,4"] |=== | Name| Description | *bytes* | The number of bytes to consume. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#