1
dengjunjie
2025-02-18 b2ad000e07e1c87d3561b5aa94fdc88c779872f0
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Core/LogHelper/LogLock.cs
@@ -1,4 +1,4 @@
using log4net;

using System;
using System.Collections.Generic;
using System.Linq;
@@ -10,7 +10,6 @@
{
    public class LogLock
    {
        private static readonly ILog log = LogManager.GetLogger(typeof(LogLock));
        static ReaderWriterLockSlim LogWriteLock = new ReaderWriterLockSlim();
        static int WritedCount = 0;
        static int FailedCount = 0;