diff --git a/components/console/logger.rst b/components/console/logger.rst index cd3a4fb0caf..521a4a972cf 100644 --- a/components/console/logger.rst +++ b/components/console/logger.rst @@ -84,6 +84,7 @@ The association between the log level and the verbosity can be configured through the second parameter of the :class:`Symfony\\Component\\Console\\ConsoleLogger` constructor:: + use Psr\Log\LogLevel; // ... $verbosityLevelMap = array( LogLevel::NOTICE => OutputInterface::VERBOSITY_NORMAL,