8000
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 4509b50 commit 391d3e0Copy full SHA for 391d3e0
logging/channels_handlers.rst
@@ -169,5 +169,7 @@ You can also configure additional channels without the need to tag your services
169
),
170
));
171
172
-With this, you can now send log messages to the ``foo`` channel by using
173
-the automatically registered logger service ``monolog.logger.foo``.
+Symfony automatically registers one service per channel (in this example, the
+channel ``foo`` creates a service called ``monolog.logger.foo``). In order to
174
+inject this service into others, you must update the service configuration to
175
+:ref:`choose the specific service to inject <services-wire-specific-service>`.
0 commit comments