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

debug() public method

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