We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd5229 commit ab87e62Copy full SHA for ab87e62
components/console/logger.rst
@@ -84,6 +84,7 @@ The association between the log level and the verbosity can be configured
84
through the second parameter of the :class:`Symfony\\Component\\Console\\ConsoleLogger`
85
constructor::
86
87
+ use Psr\Log\LogLevel;
88
// ...
89
$verbosityLevelMap = array(
90
LogLevel::NOTICE => OutputInterface::VERBOSITY_NORMAL,
0 commit comments