Logary.Adapters.CommonLogging 4.0.6

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Logary.Adapters.CommonLogging --version 4.0.6
                    
NuGet\Install-Package Logary.Adapters.CommonLogging -Version 4.0.6
                    
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="Logary.Adapters.CommonLogging" Version="4.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Logary.Adapters.CommonLogging" Version="4.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Logary.Adapters.CommonLogging" />
                    
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 Logary.Adapters.CommonLogging --version 4.0.6
                    
#r "nuget: Logary.Adapters.CommonLogging, 4.0.6"
                    
#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.
#addin nuget:?package=Logary.Adapters.CommonLogging&version=4.0.6
                    
Install as a Cake Addin
#tool nuget:?package=Logary.Adapters.CommonLogging&version=4.0.6
                    
Install as a Cake Tool

Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net.

There are no supported framework assets in this 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
4.2.1 1,838 9/3/2017
4.2.0 1,685 5/9/2017
4.1.1 1,612 4/28/2017
4.1.0 1,653 4/20/2017
4.0.311 1,699 2/13/2017
4.0.310 1,683 2/13/2017
4.0.304 1,663 1/8/2017
4.0.303 1,698 1/2/2017
4.0.302 1,608 12/28/2016
4.0.301 1,616 12/15/2016
4.0.300 1,741 12/15/2016
4.0.280 1,663 12/6/2016
4.0.261 1,619 12/6/2016
4.0.260 1,615 11/28/2016
4.0.241 1,698 11/22/2016
4.0.240 1,719 11/22/2016
4.0.223 1,614 11/21/2016
4.0.222 1,651 11/16/2016
4.0.221 1,600 11/16/2016
4.0.200 1,559 11/10/2016
4.0.181 1,647 10/25/2016
4.0.180 1,565 10/24/2016
4.0.160 1,576 10/17/2016
4.0.150 1,589 10/10/2016
4.0.122 1,638 9/29/2016
4.0.121 1,675 9/29/2016
4.0.120 1,642 9/29/2016
4.0.112 1,596 9/2/2016
4.0.111 1,599 9/2/2016
4.0.110 1,587 9/2/2016
4.0.101 1,673 8/25/2016
4.0.100 1,590 8/25/2016
4.0.80 1,522 8/24/2016
4.0.60 1,553 8/11/2016
4.0.41 1,569 8/10/2016
4.0.40 1,607 8/10/2016
4.0.20 2,305 7/22/2016
4.0.19 2,104 7/21/2016
4.0.18 2,152 7/19/2016
4.0.17 2,393 6/29/2016
4.0.16 2,099 6/28/2016
4.0.15 2,137 6/28/2016
4.0.14 2,474 6/18/2016
4.0.13 2,162 6/18/2016
4.0.11 2,157 5/2/2016
4.0.10 2,094 4/29/2016
4.0.9 2,321 4/27/2016
4.0.7 2,567 4/25/2016
4.0.6 2,107 4/12/2016
4.0.5 2,128 4/10/2016
4.0.3 2,191 3/28/2016
4.0.2 2,400 3/17/2016
4.0.1 2,302 3/8/2016
4.0.0 2,304 3/8/2016
4.0.0-alpha2 2,020 3/8/2016
4.0.0-alpha1 2,012 2/8/2016
3.6.1 1,605 1/29/2016
3.6.0 1,650 1/4/2016
3.5.0 1,929 12/9/2015
3.4.2 1,635 10/22/2015
3.4.1 1,633 9/4/2015
3.4.0 1,618 8/25/2015
3.3.4-rc 1,589 7/27/2015
3.3.3 1,686 6/23/2015
3.3.2 1,655 6/11/2015
3.3.1 1,731 6/5/2015
3.3.0 1,676 6/2/2015
3.2.0 1,860 6/1/2015
3.1.2 1,719 5/24/2015
3.1.0 1,623 5/17/2015
3.0.3 1,680 3/28/2015
3.0.2 2,150 2/24/2015
3.0.1 1,957 2/20/2015
3.0.0 1,855 2/16/2015

Release Notes:

* [infra] v4.0.6
* Merge pull request #102 from whyer/feature/influxdb-batch-writing
* Added tests for batching
* Handling of special chars according to InfluxDB v0.12 documentation
* Added escaping of tag key
* Removed warning about server gc in tests
* Ignored warning "warning FS2003: An System.Reflection.AssemblyInformationalVersionAttribute specified version '1.2.0.5f0cfa', but this value is invalid and has been ignored"
* Removed group Library that was not used
* Added rudimentary error handling
* Made buffer larger
* InfluxDB uses '\n' char as new line. Removed some debug printing
* We need server gc for Hopac to work well
* InfluxDb write works with real database call
* Replaced BoundedMb with RingBuffer in all targets
* Added ringbuffer impl to InfluxDb target
* Merge pull request #101 from whyer/fsharp4
* Added app.config back to project
* Upgraded solution to f# 4