-
大小: 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)論