yl
2023-06-17 5b4fb9c56426b5096555560a44dd365b02853ad4
VueWebApi/Global.asax.cs
@@ -1,3 +1,4 @@
using log4net.Config;
using System;
using System.Collections.Generic;
using System.IO;
@@ -41,5 +42,6 @@
            //XmlConfigurator.Configure();
            log4net.Config.XmlConfigurator.Configure(new FileInfo(Server.MapPath("~/log4net.config")));
        }
    }
}