Phalcon\Logger\Adapter\Udplogger::begin PHP Method

begin() public method

public begin ( )
    public function begin()
    {
        $this->commit();
        $this->isTransaction = true;
    }