Closed
Description
The documentation of the monolog.logger
tag says that it is only usable when injecting the constructor injection: http://symfony.com/doc/current/reference/dic_tags.html#dic-tags-monolog
This limitation was true for Symfony 2.0 but the support of setter injection has been implemented in Symfony 2.1 so the doc should be updated.