C# Class Tosca.Core.Web.HttpModules.PerformanceModule

Inheritance: IHttpModule
Afficher le fichier Open project: phatboyg/Tosca

Méthodes publiques

Méthode Description
AppendQuery ( string query ) : void
Dispose ( ) : void
IncrementQueryCount ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Méthode Description
AddAppenderToLogger ( Logger logger, QueryAppender appender ) : void
HasQueryAppender ( IAppenderAttachable logger ) : bool
InitializeLogger ( ) : void
OnBeginRequest ( object sender, EventArgs e ) : void
OnEndRequest ( object sender, EventArgs e ) : void
ResetLogThreadContext ( ) : void

Method Details

AppendQuery() public static méthode

public static AppendQuery ( string query ) : void
query string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IncrementQueryCount() public static méthode

public static IncrementQueryCount ( ) : void
Résultat void

Init() public méthode

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
Résultat void