mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-08-29 10:08:39 +02:00
Logger: In CLI mode, highlight UI messages in cyan
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Flowframes
|
|||||||
_lastUi = msg;
|
_lastUi = msg;
|
||||||
|
|
||||||
if (entry.toConsole)
|
if (entry.toConsole)
|
||||||
Console.WriteLine(msg);
|
Console.WriteLine(entry.hidden ? msg : $"\u001b[96m{msg}\u001b[0m");
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user