修改名字

This commit is contained in:
xu 2020-09-20 11:42:25 +08:00
parent 314a77bfd7
commit ae690cc341

View File

@ -56,7 +56,7 @@ namespace Plane.Logging
{
lock (_logLock)
{
// TODO: 林俊清20150605应改为不使用 AppendAllText提高性能。
// TODO: 王海20150605应改为不使用 AppendAllText提高性能。
for (int i = 0; i < 5; i++)
{
try