dengjunjie
2024-11-27 5be0f5bc3b9a83a3b30c9915bd5309279d140244
ÏîÄ¿´úÂë/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)
        {