作者:尚艺李波_387 | 来源:互联网 | 2021-08-18 02:35
1.Global.asax文件
代码如下:
void Application_Start(object sender, EventArgs e)
{
//在应用程序启动时运行的代码
log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(Sxmobi.FileHelper.GetMapPath("~\\log4net.config")));
}
2.log4net.config 文件
代码如下: