Home
last modified time | relevance | path

Searched refs:flushOnOverflow (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBufferHandler.php39 protected $flushOnOverflow; variable in Monolog\\Handler\\BufferHandler
48 …* @param bool $flushOnOverflow If true, the buffer is flushed when the max size has be…
50 …, int $bufferLimit = 0, $level = Logger::DEBUG, bool $bubble = true, bool $flushOnOverflow = false) argument
55 $this->flushOnOverflow = $flushOnOverflow;
74 if ($this->flushOnOverflow) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md526 * Added `$flushOnOverflow` param to BufferHandler to flush by batches instead of losing