elmah.ews 1.2.3

dotnet add package elmah.ews --version 1.2.3
                    
NuGet\Install-Package elmah.ews -Version 1.2.3
                    
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.ews" Version="1.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="elmah.ews" Version="1.2.3" />
                    
Directory.Packages.props
<PackageReference Include="elmah.ews" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add elmah.ews --version 1.2.3
                    
#r "nuget: elmah.ews, 1.2.3"
                    
#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.
#:package elmah.ews@1.2.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=elmah.ews&version=1.2.3
                    
Install as a Cake Addin
#tool nuget:?package=elmah.ews&version=1.2.3
                    
Install as a Cake Tool

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.

(*** Modified to utilize Exchange Web Services)

http://elmah.googlecode.com/
https://github.com/teodulog/ELMAH-with-Exchange-Web-Services

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.3 217 2/21/2014

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.