C# Class log4net.Web.Log4NetHttpModule

ASP.NET HttpModule that enables NLog to hook BeginRequest and EndRequest events easily.
Inheritance: IHttpModule
Mostra file Open project: e-travel/log4net.HttpRequestAppender

Public Methods

Method Description
Dispose ( ) : void

Disposes the module.

Init ( System.Web.HttpApplication application ) : void

Initializes the HttpModule.

Private Methods

Method Description
BeginRequestHandler ( object sender, EventArgs args ) : void
EndRequestHandler ( object sender, EventArgs args ) : void

Method Details

Dispose() public method

Disposes the module.
public Dispose ( ) : void
return void

Init() public method

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