Example #1
0
	protected function _logNotice($summary, $message = '')
	{
		$this->_log->LogSystemNotice('ebay', GetLang('Ebay_Listing_Log_Prefix', array('id' => $this->args['id'])) . ' ' . $summary, $message);
	}
Example #2
0
	protected function _logNotice($summary, $message = '')
	{
		$this->_log->LogSystemNotice('emailintegration', GetLang('EmailIntegration_Log_Prefix', array('id' => $this->args['id'])) . ' ' . $summary, $message);
	}