From 4752fcd713c83a1b9c7de1e798e35f3b82ed635e Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Tue, 28 May 2013 11:59:37 +0000 Subject: [PATCH] Adding color output for notice / LOG_NOTICE in ConsoleOutput --- lib/Cake/Console/ConsoleOutput.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/Console/ConsoleOutput.php b/lib/Cake/Console/ConsoleOutput.php index 81b487b59..6b31e3afe 100644 --- a/lib/Cake/Console/ConsoleOutput.php +++ b/lib/Cake/Console/ConsoleOutput.php @@ -140,6 +140,7 @@ class ConsoleOutput { 'success' => array('text' => 'green'), 'comment' => array('text' => 'blue'), 'question' => array('text' => 'magenta'), + 'notice' => array('text' => 'cyan') ); /**