cdmdotnet.Logging.Azure
1.2.104.81
Prefix Reserved
dotnet add package cdmdotnet.Logging.Azure --version 1.2.104.81
NuGet\Install-Package cdmdotnet.Logging.Azure -Version 1.2.104.81
<PackageReference Include="cdmdotnet.Logging.Azure" Version="1.2.104.81" />
paket add cdmdotnet.Logging.Azure --version 1.2.104.81
#r "nuget: cdmdotnet.Logging.Azure, 1.2.104.81"
// 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 | Versions 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. |
-
- cdmdotnet.Logging (= 1.2.104.81)
- Microsoft.WindowsAzure.ConfigurationManager (>= 3.2.3)
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,136 | 6/17/2018 |
1.2.103.80 | 956 | 6/17/2018 |
1.2.102.79 | 965 | 6/4/2018 |
1.2.101.78 | 936 | 6/4/2018 |
1.2.100.77 | 2,561 | 5/11/2018 |
1.2.99.76 | 980 | 5/11/2018 |
1.2.97.74 | 988 | 4/19/2018 |
1.2.96.73 | 1,087 | 3/29/2018 |
1.2.95.72 | 3,619 | 8/22/2017 |
1.2.91.71 | 4,891 | 5/30/2017 |
1.2.89.69 | 946 | 5/3/2017 |
1.2.87.68 | 1,010 | 4/18/2017 |
1.2.84.66 | 963 | 3/21/2017 |
1.2.80.64 | 943 | 3/21/2017 |
1.2.78.63 | 1,004 | 3/21/2017 |
1.2.77.62 | 1,001 | 3/19/2017 |
1.2.74.61 | 981 | 3/19/2017 |
1.2.71.60 | 984 | 3/14/2017 |
1.2.69.59 | 995 | 3/13/2017 |
1.2.66.58 | 980 | 3/7/2017 |
1.2.65.57 | 975 | 3/7/2017 |
1.2.64.56 | 959 | 3/6/2017 |
1.2.58.50 | 1,117 | 2/20/2017 |
1.2.55.48 | 1,001 | 2/14/2017 |
1.2.54.47 | 968 | 2/8/2017 |
1.2.53.46 | 977 | 1/23/2017 |
1.2.51.44 | 2,056 | 12/2/2016 |
1.2.50.43 | 1,036 | 12/2/2016 |
1.1.49.42 | 1,000 | 12/2/2016 |
1.1.48.41 | 1,045 | 12/2/2016 |
1.1.46.40 | 1,099 | 12/2/2016 |
1.1.45.39 | 1,022 | 12/2/2016 |
1.1.43.36 | 1,000 | 12/2/2016 |
1.1.43.31 | 1,070 | 11/28/2016 |
1.1.42.30 | 1,034 | 11/23/2016 |
1.1.40.29 | 968 | 11/22/2016 |
1.1.39.28 | 997 | 11/17/2016 |
1.1.37.27 | 1,285 | 11/1/2016 |
1.1.36.26 | 1,030 | 10/18/2016 |
1.1.35.25 | 1,079 | 5/23/2016 |
1.1.34.24 | 1,056 | 5/22/2016 |
1.1.32.23 | 1,040 | 5/20/2016 |
1.1.31.22 | 1,064 | 5/18/2016 |
1.1.30.21 | 1,027 | 5/16/2016 |
1.1.27.20 | 1,036 | 5/16/2016 |
1.0.24.24 | 1,569 | 9/23/2015 |
1.0.23.23 | 1,235 | 9/23/2015 |
1.0.20.21 | 1,158 | 9/9/2015 |
1.0.19.20 | 1,179 | 9/9/2015 |
1.0.18.19 | 1,097 | 9/9/2015 |
1.0.17.19 | 1,098 | 9/9/2015 |
1.0.16.18 | 1,099 | 9/9/2015 |
1.0.15.17 | 1,088 | 9/9/2015 |
1.0.14.16 | 1,121 | 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.