elmah.corelibrary
1.2.0
Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package elmah.corelibrary -Version 1.2.0
dotnet add package elmah.corelibrary --version 1.2.0
<PackageReference Include="elmah.corelibrary" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add elmah.corelibrary --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: elmah.corelibrary, 1.2.0"
#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.corelibrary as a Cake Addin
#addin nuget:?package=elmah.corelibrary&version=1.2.0
// Install elmah.corelibrary as a Cake Tool
#tool nuget:?package=elmah.corelibrary&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 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.
|