mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Adding color output for notice / LOG_NOTICE in ConsoleOutput
This commit is contained in:
parent
fb86859585
commit
4752fcd713
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ class ConsoleOutput {
|
||||||
'success' => array('text' => 'green'),
|
'success' => array('text' => 'green'),
|
||||||
'comment' => array('text' => 'blue'),
|
'comment' => array('text' => 'blue'),
|
||||||
'question' => array('text' => 'magenta'),
|
'question' => array('text' => 'magenta'),
|
||||||
|
'notice' => array('text' => 'cyan')
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue