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;
    }