![]() |
VOOZH | about |
dotnet add package Rolosoft.Practices.EnterpriseLibrary --version 1.0.7
NuGet\Install-Package Rolosoft.Practices.EnterpriseLibrary -Version 1.0.7
<PackageReference Include="Rolosoft.Practices.EnterpriseLibrary" Version="1.0.7" />
<PackageVersion Include="Rolosoft.Practices.EnterpriseLibrary" Version="1.0.7" />Directory.Packages.props
<PackageReference Include="Rolosoft.Practices.EnterpriseLibrary" />Project file
paket add Rolosoft.Practices.EnterpriseLibrary --version 1.0.7
#r "nuget: Rolosoft.Practices.EnterpriseLibrary, 1.0.7"
#:package Rolosoft.Practices.EnterpriseLibrary@1.0.7
#addin nuget:?package=Rolosoft.Practices.EnterpriseLibrary&version=1.0.7Install as a Cake Addin
#tool nuget:?package=Rolosoft.Practices.EnterpriseLibrary&version=1.0.7Install as a Cake Tool
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 Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Updated to latest Azure storage packages.