Skip to content

Commit

Permalink
Print Message Type = event by Cyan color
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Nov 6, 2023
1 parent 268af29 commit 5876c8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Ease/Logger/ToConsole.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ public static function getTypeColor($type)
case 'info': // Kytička
$color = 'blue';
break;
case 'event':
$color = 'cyan';
break;
default: // i v kroužku
$color = 'white';
break;
Expand Down

0 comments on commit 5876c8b

Please sign in to comment.