[#BCLog-LogRateLimiter-Stats-2constructor] = xref:BCLog.adoc[BCLog]::xref:BCLog/LogRateLimiter.adoc[LogRateLimiter]::xref:BCLog/LogRateLimiter/Stats.adoc[Stats]::Stats :relfileprefix: ../../../ :mrdocs: Construct with the initial number of available bytes. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Stats(uint64_t max_bytes); ---- == Parameters [cols="1,4"] |=== | Name| Description | *max_bytes* | The number of bytes available for logging in the window. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#