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