yl
2023-06-30 6fe3d6fc4e93f4cf31dc02d4f0cbc48d56c249b7
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")));
        }
    }
}