Exemplo n.º 1
0
 protected function logSuccessfulOperation(\Ess\M2ePro\Model\Marketplace $marketplace)
 {
     // M2ePro\TRANSLATIONS
     // The "Details" Action for %amazon% Marketplace: "%mrk%" has been successfully completed.
     $tempString = $this->activeRecordFactory->getObject('Log\\AbstractLog')->encodeDescription('The "Details" Action for %amazon% Marketplace: "%mrk%" has been successfully completed.', array('!amazon' => $this->getHelper('Component\\Amazon')->getTitle(), 'mrk' => $marketplace->getTitle()));
     $this->getLog()->addMessage($tempString, \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS, \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
 }