Skip to content

Commit ab87e62

Browse files
hariktwouterj
authored andcommitted
Import Psr LogLevel
1 parent 9fd5229 commit ab87e62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/console/logger.rst

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ The association between the log level and the verbosity can be configured
8484
through the second parameter of the :class:`Symfony\\Component\\Console\\ConsoleLogger`
8585
constructor::
8686

87+
use Psr\Log\LogLevel;
8788
// ...
8889
$verbosityLevelMap = array(
8990
LogLevel::NOTICE => OutputInterface::VERBOSITY_NORMAL,

0 commit comments

Comments
 (0)