Adding color output for notice / LOG_NOTICE in ConsoleOutput

This commit is contained in:
Christian Winther 2013-05-28 11:59:37 +00:00
parent fb86859585
commit 4752fcd713

View file

@ -140,6 +140,7 @@ class ConsoleOutput {
'success' => array('text' => 'green'),
'comment' => array('text' => 'blue'),
'question' => array('text' => 'magenta'),
'notice' => array('text' => 'cyan')
);
/**