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