I want to write my application logs in another file than the one Symfony2 writes its own logs and system logs. I understood that I needed to create a service of my own like
Rename your processRecord method to __invoke.
That makes LogProcessor instances callable, and you'll be able to pass the corresponding serice as a processor.