Skip to content

Commit

Permalink
Divider between app and object ⟫
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Oct 17, 2023
1 parent 111374c commit 1f17e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ease/Logger/ToConsole.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function addToLog($caller, $message, $type = 'message')
$ansiMessage = $this->set(strip_tags(strval($message)), self::getTypeColor($type));
$logLine = datefmt_format($fmt, new \DateTime()) . ' ' .
Message::getTypeUnicodeSymbol($type) . ' ❲' .
\Ease\Shared::appName() .'' .
\Ease\Shared::appName() .'' .
Message::getCallerName($caller) . '❳ ' .
$ansiMessage;
$written = 0;
Expand Down

0 comments on commit 1f17e8b

Please sign in to comment.