C# Class log4net.Web.Log4NetHttpModule

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

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the module.

Init ( System.Web.HttpApplication application ) : void

Initializes the HttpModule.

Private Methods

Méthode Description
BeginRequestHandler ( object sender, EventArgs args ) : void
EndRequestHandler ( object sender, EventArgs args ) : void

Method Details

Dispose() public méthode

Disposes the module.
public Dispose ( ) : void
Résultat void

Init() public méthode

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