Skip to content

tweaks to the Console logger #3721

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

Merged
merged 5 commits into from
Mar 26, 2014
Merged
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
Next Next commit
fix PSR-3 link as mentioned by @max-voloshin
  • Loading branch information
xabbuh committed Mar 26, 2014
commit 3bbccf70bf27d0f32fa00fb395ff06a1b151450e
2 changes: 1 addition & 1 deletion components/console/logger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Using the Logger
introduced in Symfony 2.5.

The Console component comes with a standalone logger complying with the
`PSR-3_` standard. Depending on the verbosity setting, log messages will
`PSR-3`_ standard. Depending on the verbosity setting, log messages will
be sent to the :class:`Symfony\\Component\\Console\\Output\\OutputInterface`
instance passed as a parameter to the constructor.

Expand Down