From ae690cc34189296dd0b1b0af174d091573c80b35 Mon Sep 17 00:00:00 2001 From: xu Date: Sun, 20 Sep 2020 11:42:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plane.Logging/LocalFileLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plane.Logging/LocalFileLogger.cs b/Plane.Logging/LocalFileLogger.cs index 91b7ec6..3782dd9 100644 --- a/Plane.Logging/LocalFileLogger.cs +++ b/Plane.Logging/LocalFileLogger.cs @@ -56,7 +56,7 @@ namespace Plane.Logging { lock (_logLock) { - // TODO: 林俊清,20150605,应改为不使用 AppendAllText,提高性能。 + // TODO: 王海,20150605,应改为不使用 AppendAllText,提高性能。 for (int i = 0; i < 5; i++) { try