PAGI\Logger\Asterisk\Impl\AsteriskLoggerImpl::error PHP Method

error() public method

(non-PHPdoc)
public error ( $msg )
    public function error($msg)
    {
        $this->agi->log($msg, 'ERROR');
    }