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
Mostra file Open project: elmah/Elmah

Public Methods

Method Description
ProcessRequest ( System.Web.HttpContextBase context ) : void

Method Details

ProcessRequest() public static method

public static ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
return void