elmah 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.

Install-Package elmah -Version 1.2.2
dotnet add package elmah --version 1.2.2
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: elmah, 1.2.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Release Notes

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.

NuGet packages (3)

Showing the top 3 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.Contrib.Mvc
Elmah.Contrib.Mvc was designed to add ease-of-use to Elmah inside ASP.NET MVC projects
NuGet.Server
Web Application used to host a read-only NuGet feed

Version History

Version Downloads Last updated
1.2.2 0 06.02.2022
1.2.0.1 0 06.02.2022