elmah 1.2.2
dotnet add package elmah --version 1.2.2
NuGet\Install-Package elmah -Version 1.2.2
<PackageReference Include="elmah" Version="1.2.2" />
paket add elmah --version 1.2.2
#r "nuget: elmah, 1.2.2"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- elmah.corelibrary (>= 1.2.2)
NuGet packages (67)
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
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.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#.
|
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.