更改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

@@ -1 +1 @@
2026-03-17 21:08:52
2026-03-18 21:37:24

View File

@@ -1 +1 @@
a9e0ecb
ef4be8c

View File

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