We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc6554 commit d3a35e8Copy full SHA for d3a35e8
logging/channels_handlers.rst
@@ -178,7 +178,7 @@ How to Autowire Logger Channels
178
Starting from `MonologBundle`_ 3.5 you can autowire different Monolog channels
179
by type-hinting your service arguments with the following syntax:
180
``Psr\Log\LoggerInterface $<channel>Logger``. The ``<channel>`` must have been
181
-:ref:`predefined in your Monolog configuration <monolog-channels-config>`.
+:ref:`predefined in your Monolog configuration <monolog-channels-config>` and be in camelCase format.
182
183
For example to inject the service related to the ``app`` logger channel,
184
change your constructor like this:
0 commit comments