更改logger样式

This commit is contained in:
2026-03-19 21:43:01 +08:00
parent ef4be8ce90
commit f5b8faa2e8
3 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ namespace CMLeonOS.Logger
Console.Write(" ] ");
// 日志来源
Console.Write($"( {entry.Source} ) ");
Console.Write($"{entry.Source}: ");
// 日志内容
Console.Write(entry.ToStringMessage());