Get the maximum buffer size for this AsyncLogWriter, in bytes.

Synopsis

Declared in <folly/logging/AsyncLogWriter.h>

size_t
getMaxBufferSize() const;

Return Value

The maximum number of bytes buffered before messages are dropped.

Created with MrDocs