cdmdotnet.Logging.Azure 1.2.104.81

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package cdmdotnet.Logging.Azure --version 1.2.104.81
NuGet\Install-Package cdmdotnet.Logging.Azure -Version 1.2.104.81
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="cdmdotnet.Logging.Azure" Version="1.2.104.81" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cdmdotnet.Logging.Azure --version 1.2.104.81
#r "nuget: cdmdotnet.Logging.Azure, 1.2.104.81"
#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 cdmdotnet.Logging.Azure as a Cake Addin
#addin nuget:?package=cdmdotnet.Logging.Azure&version=1.2.104.81

// Install cdmdotnet.Logging.Azure as a Cake Tool
#tool nuget:?package=cdmdotnet.Logging.Azure&version=1.2.104.81

Settings for using Simple Logging For .net on the Azure platform.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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.2.104.81 1,069 6/17/2018
1.2.103.80 913 6/17/2018
1.2.102.79 926 6/4/2018
1.2.101.78 909 6/4/2018
1.2.100.77 2,471 5/11/2018
1.2.99.76 935 5/11/2018
1.2.97.74 961 4/19/2018
1.2.96.73 1,047 3/29/2018
1.2.95.72 3,455 8/22/2017
1.2.91.71 4,691 5/30/2017
1.2.89.69 906 5/3/2017
1.2.87.68 958 4/18/2017
1.2.84.66 925 3/21/2017
1.2.80.64 902 3/21/2017
1.2.78.63 966 3/21/2017
1.2.77.62 955 3/19/2017
1.2.74.61 943 3/19/2017
1.2.71.60 946 3/14/2017
1.2.69.59 949 3/13/2017
1.2.66.58 939 3/7/2017
1.2.65.57 927 3/7/2017
1.2.64.56 918 3/6/2017
1.2.58.50 1,066 2/20/2017
1.2.55.48 958 2/14/2017
1.2.54.47 926 2/8/2017
1.2.53.46 933 1/23/2017
1.2.51.44 1,993 12/2/2016
1.2.50.43 995 12/2/2016
1.1.49.42 957 12/2/2016
1.1.48.41 1,002 12/2/2016
1.1.46.40 1,051 12/2/2016
1.1.45.39 983 12/2/2016
1.1.43.36 974 12/2/2016
1.1.43.31 1,044 11/28/2016
1.1.42.30 995 11/23/2016
1.1.40.29 944 11/22/2016
1.1.39.28 952 11/17/2016
1.1.37.27 1,240 11/1/2016
1.1.36.26 981 10/18/2016
1.1.35.25 1,051 5/23/2016
1.1.34.24 1,010 5/22/2016
1.1.32.23 1,013 5/20/2016
1.1.31.22 1,023 5/18/2016
1.1.30.21 984 5/16/2016
1.1.27.20 1,010 5/16/2016
1.0.24.24 1,521 9/23/2015
1.0.23.23 1,195 9/23/2015
1.0.20.21 1,118 9/9/2015
1.0.19.20 1,144 9/9/2015
1.0.18.19 1,057 9/9/2015
1.0.17.19 1,057 9/9/2015
1.0.16.18 1,059 9/9/2015
1.0.15.17 1,062 9/9/2015
1.0.14.16 1,082 9/9/2015

Version 1.2.104

* Added support for IContainerLoggerSettings

Version 1.2.89

* Added overloads for Azure application settings as follows:
* EnableDebug becomes EnableLogDebug with a fallback of EnableDebug
* EnableWarning becomes EnableLogWarning with a fallback of EnableWarning
and so on. The original settings will act as a fallback before resolving to default values, so this isn't a breaking change.

Version 1.2.87

* Added the ability to turn off using performance counters

Version 1.1.38

* Suppressed trace outputs when using the configuration class.