From f5b8faa2e8163bdd35cf7c4d8eda88a0052c0459 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Thu, 19 Mar 2026 21:43:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9logger=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildTime.txt | 2 +- GitCommit.txt | 2 +- Logger/Logger.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildTime.txt b/BuildTime.txt index b714f0f..6275bd1 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-03-17 21:08:52 \ No newline at end of file +2026-03-18 21:37:24 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index d22ce9f..6f017ca 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -a9e0ecb \ No newline at end of file +ef4be8c \ No newline at end of file diff --git a/Logger/Logger.cs b/Logger/Logger.cs index 943d063..9fc5b0a 100644 --- a/Logger/Logger.cs +++ b/Logger/Logger.cs @@ -154,7 +154,7 @@ namespace CMLeonOS.Logger Console.Write(" ] "); // 日志来源 - Console.Write($"( {entry.Source} ) "); + Console.Write($"{entry.Source}: "); // 日志内容 Console.Write(entry.ToStringMessage());