Skip to content

Commit

Permalink
fix grammer mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 26, 2014
1 parent dd16589 commit 9b0911b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/console/logger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ Using the Logger
introduced in Symfony 2.5.

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

The logger does not have any external dependency except ``php-fig/log``.
This is useful for console applications and commands needing a lightweight
Expand Down Expand Up @@ -76,7 +75,8 @@ Verbosity
---------

Depending on the verbosity level that the command is run, messages may or
may not be sent to the ``Symfony\\Component\\Console\\Output\\OutputInterface`` instance.
may not be sent to the ``Symfony\\Component\\Console\\Output\\OutputInterface``
instance.

By default, the console logger behaves like the
:doc:`Monolog's Console Handler </cookbook/logging/monolog_console>`.
Expand Down Expand Up @@ -105,4 +105,4 @@ constructor::
);
$logger = new ConsoleLogger($output, array(), $formatLevelMap);

.. _PSR-3: http://www.php-fig.org/psr/psr-3/
.. _PSR-3: http://www.php-fig.org/psr/psr-3/

0 comments on commit 9b0911b

Please sign in to comment.