Rolosoft.Practices.EnterpriseLibrary 1.0.7

.NET Framework 4.5
dotnet add package Rolosoft.Practices.EnterpriseLibrary --version 1.0.7
NuGet\Install-Package Rolosoft.Practices.EnterpriseLibrary -Version 1.0.7
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="Rolosoft.Practices.EnterpriseLibrary" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rolosoft.Practices.EnterpriseLibrary --version 1.0.7
#r "nuget: Rolosoft.Practices.EnterpriseLibrary, 1.0.7"
#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.
// Install Rolosoft.Practices.EnterpriseLibrary as a Cake Addin
#addin nuget:?package=Rolosoft.Practices.EnterpriseLibrary&version=1.0.7

// Install Rolosoft.Practices.EnterpriseLibrary as a Cake Tool
#tool nuget:?package=Rolosoft.Practices.EnterpriseLibrary&version=1.0.7

This library includes extra Azure based trace listeners not found in core Microsoft.Practices.EnterpriseLibrary.Logging..
If you use Azure Worker or Web Roles, there is already a library (https://msdn.microsoft.com/en-us/library/vstudio/hh323704%28v=vs.100%29.aspx) in the Azure SDK to send ExceptionManger logs to Azure tables.
However, this method doesn't work in WebSites as it requires the Azure SDK to be installed on the server (which it is not for Azure websites).
This library enables ExceptionManager to write to Azure tables regardless of hosting platform or the presence (or absence) of the Azure SDK on the server.

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 7,400 2/14/2017
1.0.6 21,875 12/10/2014
1.0.5 1,071 9/15/2014
1.0.4 942 9/10/2014
1.0.3 936 9/1/2014
1.0.2 940 9/1/2014
1.0.1 936 9/1/2014
1.0.0 993 8/31/2014

Updated to latest Azure storage packages.