yii\log\Dispatcher::getFlushInterval PHP Method

getFlushInterval() public method

public getFlushInterval ( ) : integer
return integer how many messages should be logged before they are sent to targets. This method returns the value of [[Logger::flushInterval]].
    public function getFlushInterval()
    {
        return $this->getLogger()->flushInterval;
    }