91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 107KB
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-05-09
  • 語言: C#
  • 標(biāo)簽:

資源簡(jiǎn)介

C# 利用log4net 把日志寫入到數(shù)據(jù)庫(kù)

資源截圖

代碼片段和文件信息

using?log4net.Config;
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.SessionState;

namespace?Log4NetApply
{
????public?class?Global?:?System.Web.HttpApplication
????{

????????protected?void?Application_Start(object?sender?EventArgs?e)
????????{
????????????//應(yīng)用程序啟動(dòng)時(shí),自動(dòng)加載配置log4Net??
????????????xmlConfigurator.Configure();??
????????}

????????protected?void?Session_Start(object?sender?EventArgs?e)
????????{

????????}

????????protected?void?Application_BeginRequest(object?sender?EventArgs?e)
????????{

????????}

????????protected?void?Application_AuthenticateRequest(object?sender?EventArgs?e)
????????{

????????}

????????protected?void?Application_Error(object?sender?EventArgs?e)
????????{

????????}

????????protected?void?Session_End(object?sender?EventArgs?e)
????????{

????????}

????????protected?void?Application_End(object?sender?EventArgs?e)
????????{

????????}
????}
}

評(píng)論

共有 條評(píng)論

相關(guān)資源