コード例 #1
0
ファイル: ListProducts.php プロジェクト: hungnv0789/vhtm
	protected function _logDebug($summary, $message = '')
	{
		$this->_log->LogSystemDebug('ebay', GetLang('Ebay_Listing_Log_Prefix', array('id' => $this->args['id'])) . ' ' . $summary, $message);
	}
コード例 #2
0
ファイル: EmailIntegration.php プロジェクト: hungnv0789/vhtm
	protected function _logDebug($summary, $message = '')
	{
		$this->_log->LogSystemDebug('emailintegration', GetLang('EmailIntegration_Log_Prefix', array('id' => $this->args['id'])) . ' ' . $summary, $message);
	}