elmah.corelibrary
1.2.1
See the version list below for details.
dotnet add package elmah.corelibrary --version 1.2.1
NuGet\Install-Package elmah.corelibrary -Version 1.2.1
<PackageReference Include="elmah.corelibrary" Version="1.2.1" />
paket add elmah.corelibrary --version 1.2.1
#r "nuget: elmah.corelibrary, 1.2.1"
// Install elmah.corelibrary as a Cake Addin #addin nuget:?package=elmah.corelibrary&version=1.2.1 // Install elmah.corelibrary as a Cake Tool #tool nuget:?package=elmah.corelibrary&version=1.2.1
Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on elmah.corelibrary:
Package | Downloads |
---|---|
elmah
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. |
|
Elmah.Contrib.Mvc
Elmah.Contrib.Mvc was designed to add ease-of-use to Elmah inside ASP.NET MVC projects |
|
Elmah.MVC
Painless integration of ELMAH functionality into ASP.NET MVC Application. Just drop the package inside your ASP.NET MVC application and access /elmah URL. It will also install global HandleError filter, that guarantees all unhandled errors are logged (even if customError turned "On"). |
|
Elmah.Contrib.WebApi
ASP.NET Web API exception filter for logging errors to ELMAH. Ported from Fabian Vilers' Elmah.Contrib.Mvc. |
|
Glimpse.Elmah
Adds exceptions recorded by Elmah to Glimpse. |
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on elmah.corelibrary:
Repository | Stars |
---|---|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
Glimpse/Glimpse
The open source diagnostics platform for the web
|
|
MarlabsInc/SocialGoal
Sample web app for ASP.NET MVC 5, EF 6 Code First, AutoMapper, Autofac and TDD
|
|
JaCraig/Craig-s-Utility-Library
A giant set of utility classes originally start back in the .Net 2.0 days and updated until .Net Core and .Net Standard became a thing. At which point I took the library and broke it up into a ton of smaller libraries. View my profile for more up to date versions of everything.
|