Monolog\Handler\AbstractHandler::setBubble PHP Метод

setBubble() публичный Метод

Sets the bubbling behavior.
public setBubble ( boolean $bubble )
$bubble boolean True means that bubbling is not permitted. False means that this handler allows bubbling.
    public function setBubble($bubble)
    {
        $this->bubble = $bubble;
    }