Download Elmah2 : An extensable error logger for ASP.net

Description

A project inspired by elmah (http://code.google.com/p/elmah/)The primary goals of this project are -> A plugin style architecture for logging modules -> A very lightweight logging module -> Support for multiple web apps

Source Files

The download file elmah2.zip has the following entries.


trunk/elmah2/MySql.sql//w w w .  ja v  a  2 s .  c o  m
trunk/elmah2/Postgre.sql
trunk/elmah2/SqlServer.sql
trunk/elmah2/elmah2.Email/EmailLogger.cs
trunk/elmah2/elmah2.Email/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2.Email/elmah2.Email.csproj
trunk/elmah2/elmah2.Email/elmah2.Email.csproj.vspscc
trunk/elmah2/elmah2.MySql/MySqlLogger.cs
trunk/elmah2/elmah2.MySql/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2.MySql/elmah2.MySql.csproj
trunk/elmah2/elmah2.MySql/elmah2.MySql.csproj.vspscc
trunk/elmah2/elmah2.Postgre/PostgreLogger.cs
trunk/elmah2/elmah2.Postgre/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2.Postgre/elmah2.Postgre.csproj
trunk/elmah2/elmah2.Postgre/elmah2.Postgre.csproj.vspscc
trunk/elmah2/elmah2.SqlServer/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2.SqlServer/SqlLogger.cs
trunk/elmah2/elmah2.SqlServer/elmah2.SqlServer.csproj
trunk/elmah2/elmah2.SqlServer/elmah2.SqlServer.csproj.vspscc
trunk/elmah2/elmah2.StatusCodeFilter/HttpStatusCodeFilter.cs
trunk/elmah2/elmah2.StatusCodeFilter/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2.StatusCodeFilter/elmah2.StatusCodeFilter.csproj
trunk/elmah2/elmah2.StatusCodeFilter/elmah2.StatusCodeFilter.csproj.vspscc
trunk/elmah2/elmah2.Viewer/Controls/Menu.ascx
trunk/elmah2/elmah2.Viewer/Controls/Menu.ascx.cs
trunk/elmah2/elmah2.Viewer/Controls/Menu.ascx.designer.cs
trunk/elmah2/elmah2.Viewer/Data.asmx
trunk/elmah2/elmah2.Viewer/Data.asmx.cs
trunk/elmah2/elmah2.Viewer/Default.aspx
trunk/elmah2/elmah2.Viewer/Default.aspx.cs
trunk/elmah2/elmah2.Viewer/Default.aspx.designer.cs
trunk/elmah2/elmah2.Viewer/GetErrors.ashx
trunk/elmah2/elmah2.Viewer/GetErrors.ashx.cs
trunk/elmah2/elmah2.Viewer/GridData.cs
trunk/elmah2/elmah2.Viewer/Masters/Main.Master
trunk/elmah2/elmah2.Viewer/Masters/Main.Master.cs
trunk/elmah2/elmah2.Viewer/Masters/Main.Master.designer.cs
trunk/elmah2/elmah2.Viewer/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2.Viewer/ViewError.aspx
trunk/elmah2/elmah2.Viewer/ViewError.aspx.cs
trunk/elmah2/elmah2.Viewer/ViewError.aspx.designer.cs
trunk/elmah2/elmah2.Viewer/Web.config
trunk/elmah2/elmah2.Viewer/css/flexigrid.css
trunk/elmah2/elmah2.Viewer/css/images/._fhbg.gif
trunk/elmah2/elmah2.Viewer/css/images/._wbg.gif
trunk/elmah2/elmah2.Viewer/css/images/bg.gif
trunk/elmah2/elmah2.Viewer/css/images/btn-sprite.gif
trunk/elmah2/elmah2.Viewer/css/images/ddn.png
trunk/elmah2/elmah2.Viewer/css/images/dn.png
trunk/elmah2/elmah2.Viewer/css/images/fhbg.gif
trunk/elmah2/elmah2.Viewer/css/images/first.gif
trunk/elmah2/elmah2.Viewer/css/images/hl.png
trunk/elmah2/elmah2.Viewer/css/images/last.gif
trunk/elmah2/elmah2.Viewer/css/images/line.gif
trunk/elmah2/elmah2.Viewer/css/images/load.gif
trunk/elmah2/elmah2.Viewer/css/images/load.png
trunk/elmah2/elmah2.Viewer/css/images/magnifier.png
trunk/elmah2/elmah2.Viewer/css/images/next.gif
trunk/elmah2/elmah2.Viewer/css/images/prev.gif
trunk/elmah2/elmah2.Viewer/css/images/up.png
trunk/elmah2/elmah2.Viewer/css/images/uup.png
trunk/elmah2/elmah2.Viewer/css/images/wbg.gif
trunk/elmah2/elmah2.Viewer/css/site.css
trunk/elmah2/elmah2.Viewer/elmah2.Viewer.csproj
trunk/elmah2/elmah2.Viewer/elmah2.Viewer.csproj.vspscc
trunk/elmah2/elmah2.Viewer/scripts/flexigrid.pack.js
trunk/elmah2/elmah2.Viewer/scripts/jquery-1.4.2.min.js
trunk/elmah2/elmah2.core/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2.core/config/ApplicationSection.cs
trunk/elmah2/elmah2.core/config/FilterSection.cs
trunk/elmah2/elmah2.core/config/LoggerSection.cs
trunk/elmah2/elmah2.core/data/Application.cs
trunk/elmah2/elmah2.core/data/Error.cs
trunk/elmah2/elmah2.core/data/ErrorData.cs
trunk/elmah2/elmah2.core/data/ErrorInfo.cs
trunk/elmah2/elmah2.core/elmah2.core.csproj
trunk/elmah2/elmah2.core/elmah2.core.csproj.vspscc
trunk/elmah2/elmah2.core/encoders/HtmlEncoder.cs
trunk/elmah2/elmah2.core/encoders/XmlEncoder.cs
trunk/elmah2/elmah2.core/interfaces/IErrorFilter.cs
trunk/elmah2/elmah2.core/interfaces/IErrorLogger.cs
trunk/elmah2/elmah2.core/loggers/DBLogger.cs
trunk/elmah2/elmah2.core/loggers/QueryData.cs
trunk/elmah2/elmah2.sln
trunk/elmah2/elmah2.vssscc
trunk/elmah2/elmah2.webtest/500.aspx
trunk/elmah2/elmah2.webtest/500.aspx.cs
trunk/elmah2/elmah2.webtest/500.aspx.designer.cs
trunk/elmah2/elmah2.webtest/Default.aspx
trunk/elmah2/elmah2.webtest/Default.aspx.cs
trunk/elmah2/elmah2.webtest/Default.aspx.designer.cs
trunk/elmah2/elmah2.webtest/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2.webtest/Web.config
trunk/elmah2/elmah2.webtest/elmah2.webtest.csproj
trunk/elmah2/elmah2.webtest/elmah2.webtest.csproj.vspscc
trunk/elmah2/elmah2/ErrorLogger.cs
trunk/elmah2/elmah2/Properties/AssemblyInfo.cs
trunk/elmah2/elmah2/elmah2.csproj
trunk/elmah2/elmah2/elmah2.csproj.vspscc

Download

Click the following link to download elmah2.zip.

elmah2.zip




















Home »
  ASP.NET Free Code »
    Development »




API
Cache
Compiler
CSS
Example
Framework
HTML5
HTTP
Javascript
jQuery
JSON
Library
log4net
RSS
Session
SharePoint
Silverlight
UI
Unicode
URL
Validation
Visual Studio
WCF
Workflow
XML