10000 Documented the LoggerAwareInterface autoconfiguration by javiereguiluz · Pull Request #11438 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Documented the LoggerAwareInterface autoconfiguration #11438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
-
  • Loading branch information
javiereguiluz committed Apr 16, 2019
commit 6515ffa7440106f63f0987f70ec5022ae8923ea0
2 changes: 1 addition & 1 deletion logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Using a Logger inside a Service
-------------------------------

If your application uses :ref:`service autoconfiguration <services-autoconfigure>`,
any service whose class implements :class:`Psr\Log\LoggerAwareInterface` will
any service whose class implements ``Psr\Log\LoggerAwareInterface`` will
receive a call to its method ``setLogger()`` with the default logger service
passed as a service.

Expand Down
0