From 1a1d89df7275b8590da0fc7a52e5ad0e221d7ad4 Mon Sep 17 00:00:00 2001 From: Hari KT Date: Sat, 20 Jun 2015 22:32:58 +0530 Subject: [PATCH 1/2] Import Psr LogLevel --- components/console/logger.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/console/logger.rst b/components/console/logger.rst index cd3a4fb0caf..422d1a2117e 100644 --- a/components/console/logger.rst +++ b/components/console/logger.rst @@ -84,6 +84,8 @@ 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, From c408fd58032420ed0e58c14de44ddfe52b83f46c Mon Sep 17 00:00:00 2001 From: Hari KT Date: Tue, 23 Jun 2015 07:26:03 +0530 Subject: [PATCH 2/2] Remove the placeholder --- components/console/logger.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/console/logger.rst b/components/console/logger.rst index 422d1a2117e..521a4a972cf 100644 --- a/components/console/logger.rst +++ b/components/console/logger.rst @@ -84,7 +84,6 @@ 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(