dengjunjie
2024-12-05 46e98339480d853fc78a014c34d7ff9fcaf13890
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Core/LogHelper/Logger.cs
@@ -1,4 +1,4 @@
using log4net;

using Microsoft.AspNetCore.Http;
using SqlSugar;
using System;
@@ -15,7 +15,6 @@
{
    public class Logger
    {
        private static readonly ILog log = LogManager.GetLogger(typeof(Logger));
        public static void Debug(string message)
        {