Skip to content

Commit

Permalink
fix class roles
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 26, 2014
1 parent 3bbccf7 commit 83adc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/console/logger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ You can rely on the logger to use this dependency inside a command::
}

The dependency will use the instance of
``Symfony\\Component\\Console\\Logger\\ConsoleLogger`` as logger.
:class:`Symfony\\Component\\Console\\Logger\\ConsoleLogger` as logger.
Log messages emitted will be displayed on the console output.

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``
may not be sent to the :class:`Symfony\\Component\\Console\\Output\\OutputInterface`
instance.

By default, the console logger behaves like the
Expand Down

0 comments on commit 83adc87

Please sign in to comment.