elmah 1.2.2

dotnet add package elmah --version 1.2.2
NuGet\Install-Package elmah -Version 1.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="elmah" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add elmah --version 1.2.2
#r "nuget: elmah, 1.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install elmah as a Cake Addin
#addin nuget:?package=elmah&version=1.2.2

// Install elmah as a Cake Tool
#tool nuget:?package=elmah&version=1.2.2

ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (66)

Showing the top 5 NuGet packages that depend on elmah:

Package Downloads
elmah.sqlserver

ELMAH with configuration for getting started quickly on a Microsoft SQL Server (2000 or later) database as the error log. NB requires manual configuration.

elmah.xml

ELMAH with configuration for getting started quickly on an error log in stand-alone XML files.

Elmah.ElasticSearch

Elmah.ElasticSearch is a ElasticSearch storage backend for ELMAH.

SamplePackage

Package description

elmah.mysql

ELMAH with configuration for getting started quickly on an MySQL 5.0+ database as the error log. NB requires manual configuration.

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on elmah:

Repository Stars
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Topshelf/Topshelf
An easy service hosting framework for building Windows services using .NET
Glimpse/Glimpse
The open source diagnostics platform for the web
NuGet/WebBackgrounder
Proof of concept of a web based background task manager that deals well with web farms/app shutdowns
ChrisFulstow/NBlog
A lightweight blog engine built with ASP.NET MVC 3, Razor, jQuery and C#.
Version Downloads Last updated
1.2.2 10,598,626 4/13/2012
1.2.0.1 1,337,639 5/29/2011
1.2.0 280,482 5/20/2011
1.1.0 237,949 1/25/2011

This release updates the way the HTTP handler is registered in the web.config and is designed to work more strictly and securely when enabling remote access for authorized users. See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages on the project site for more information.