8000 minor #9751 Fix ConsoleLogger URL (liviubalan) · symfony/symfony-docs@3a0893a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a0893a

Browse files
committed
minor #9751 Fix ConsoleLogger URL (liviubalan)
This PR was merged into the 2.7 branch. Discussion ---------- Fix ConsoleLogger URL Change https://api.symfony.com/2.7/Symfony/Component/Console/ConsoleLogger.html to https://api.symfony.com/2.7/Symfony/Component/Console/Logger/ConsoleLogger.html <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b2a95e3 Fix ConsoleLogger URL
2 parents 95f4f9c + b2a95e3 commit 3a0893a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/logger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ instance.
7777
By default, the console logger behaves like the
7878
:doc:`Monolog's Console Handler </logging/monolog_console>`.
7979
The association between the log level and the verbosity can be configured
80-
through the second parameter of the :class:`Symfony\\Component\\Console\\ConsoleLogger`
80+
through the second parameter of the :class:`Symfony\\Component\\Console\\Logger\\ConsoleLogger`
8181
constructor::
8282

8383
use Psr\Log\LogLevel;

0 commit comments

Comments
 (0)
0