We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbccf7 commit 83adc87Copy full SHA for 83adc87
components/console/logger.rst
@@ -68,14 +68,14 @@ You can rely on the logger to use this dependency inside a command::
68
}
69
70
The dependency will use the instance of
71
-``Symfony\\Component\\Console\\Logger\\ConsoleLogger`` as logger.
+:class:`Symfony\\Component\\Console\\Logger\\ConsoleLogger` as logger.
72
Log messages emitted will be displayed on the console output.
73
74
Verbosity
75
---------
76
77
Depending on the verbosity level that the command is run, messages may or
78
-may not be sent to the ``Symfony\\Component\\Console\\Output\\OutputInterface``
+may not be sent to the :class:`Symfony\\Component\\Console\\Output\\OutputInterface`
79
instance.
80
81
By default, the console logger behaves like the
0 commit comments