C# 클래스 log4net.Web.Log4NetHttpModule

ASP.NET HttpModule that enables NLog to hook BeginRequest and EndRequest events easily.
상속: IHttpModule
파일 보기 프로젝트 열기: e-travel/log4net.HttpRequestAppender

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the module.

Init ( System.Web.HttpApplication application ) : void

Initializes the HttpModule.

비공개 메소드들

메소드 설명
BeginRequestHandler ( object sender, EventArgs args ) : void
EndRequestHandler ( object sender, EventArgs args ) : void

메소드 상세

Dispose() 공개 메소드

Disposes the module.
public Dispose ( ) : void
리턴 void

Init() 공개 메소드

Initializes the HttpModule.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication /// ASP.NET application. ///
리턴 void