日志系统2

This commit is contained in:
2026-02-05 01:43:30 +08:00
parent 1bfa4cf1f3
commit ba22066a23
6 changed files with 63 additions and 46 deletions

View File

@@ -89,7 +89,7 @@ namespace CMLeonOS.Logger
Console.ForegroundColor = ConsoleColor.Gray;
break;
case LogLevel.Info:
Console.ForegroundColor = ConsoleColor.Cyan;
Console.ForegroundColor = ConsoleColor.DarkCyan;
break;
case LogLevel.Warning:
Console.ForegroundColor = ConsoleColor.Yellow;