<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'monolog.logger.batch' shared service.

$this->privates['monolog.logger.batch'] = $instance = new \Symfony\Bridge\Monolog\Logger('batch');

$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['akeneo_batch.logger.batch_log_handler'] ?? $this->load('getAkeneoBatch_Logger_BatchLogHandlerService.php')));

return $instance;
