yl
2023-05-09 3cf22bb3d7127ee02d9f0b7f584f3eaf16ff5005
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")));
        }
    }
}