C# Class Elmah.ErrorRssHandler

Renders a XML using the RSS 0.91 vocabulary that displays, at most, the 15 most recent errors recorded in the error log.
Inheritance: IHttpHandler
Afficher le fichier Open project: elmah/Elmah

Méthodes publiques

Méthode Description
ProcessRequest ( System.Web.HttpContextBase context ) : void

Method Details

ProcessRequest() public static méthode

public static ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
Résultat void