Programming Language PHP
Namespace Oro\Component\MessageQueue\Consumption
Class Context
Method/Function setLogger
Total Examples 1
1 code examples of PHP Oro\Component\MessageQueue\Consumption\Context::setLogger extracted from open source projects
/**
* @inheritdoc
*/
public function onStart(Context $context)
{
$context->setLogger($this->logger);
$this->logger->debug('Set logger to the context');
}