name: LoggerPass class_comment: "# * Registers the default logger if necessary.\n# *\n# * @author K\xE9\ vin Dunglas " dependencies: - name: LoggerInterface type: class source: Psr\Log\LoggerInterface - name: CompilerPassInterface type: class source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface - name: ContainerBuilder type: class source: Symfony\Component\DependencyInjection\ContainerBuilder - name: Reference type: class source: Symfony\Component\DependencyInjection\Reference - name: RequestStack type: class source: Symfony\Component\HttpFoundation\RequestStack - name: Logger type: class source: Symfony\Component\HttpKernel\Log\Logger properties: [] methods: - name: process visibility: public parameters: - name: container comment: null traits: - Psr\Log\LoggerInterface - Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface - Symfony\Component\DependencyInjection\ContainerBuilder - Symfony\Component\DependencyInjection\Reference - Symfony\Component\HttpFoundation\RequestStack - Symfony\Component\HttpKernel\Log\Logger interfaces: - CompilerPassInterface