Merge pull request #1306 from Jippi/hotfix/notice-should-be-styled-too

Adding color output for notice / LOG_NOTICE in ConsoleOutput
This commit is contained in:
Mark Story 2013-05-28 09:07:34 -07:00
commit 05f58a700c

View file

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