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

error() public method

(non-PHPdoc)
public error ( $msg )
    public function error($msg)
    {
        $this->logger->debug("ASTERISK ERROR: {$msg}");
    }