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

notice() public method

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