Logary.Adapters.log4net 4.0.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Logary.Adapters.log4net --version 4.0.6
NuGet\Install-Package Logary.Adapters.log4net -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.log4net" Version="4.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logary.Adapters.log4net --version 4.0.6
#r "nuget: Logary.Adapters.log4net, 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.
// Install Logary.Adapters.log4net as a Cake Addin
#addin nuget:?package=Logary.Adapters.log4net&version=4.0.6

// Install Logary.Adapters.log4net as a Cake Tool
#tool nuget:?package=Logary.Adapters.log4net&version=4.0.6

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 5,175 9/3/2017
4.2.0 1,487 5/9/2017
4.1.1 1,460 4/28/2017
4.1.0 1,476 4/20/2017
4.0.311 1,530 2/13/2017
4.0.310 1,440 2/13/2017
4.0.304 1,477 1/8/2017
4.0.303 1,498 1/2/2017
4.0.302 1,428 12/28/2016
4.0.301 1,472 12/15/2016
4.0.300 1,495 12/15/2016
4.0.280 1,403 12/6/2016
4.0.261 1,398 12/6/2016
4.0.260 1,472 11/28/2016
4.0.241 1,425 11/22/2016
4.0.240 1,508 11/22/2016
4.0.223 1,441 11/21/2016
4.0.222 1,450 11/16/2016
4.0.221 1,461 11/16/2016
4.0.200 1,462 11/10/2016
4.0.181 1,473 10/25/2016
4.0.180 1,369 10/24/2016
4.0.160 1,443 10/17/2016
4.0.150 1,449 10/10/2016
4.0.122 1,498 9/29/2016
4.0.121 1,462 9/29/2016
4.0.120 1,411 9/29/2016
4.0.112 1,433 9/2/2016
4.0.111 1,444 9/2/2016
4.0.101 1,404 8/25/2016
4.0.100 1,459 8/25/2016
4.0.80 1,361 8/24/2016
4.0.60 1,464 8/11/2016
4.0.41 1,388 8/10/2016
4.0.40 1,370 8/10/2016
4.0.20 2,393 7/22/2016
4.0.19 2,540 7/21/2016
4.0.18 2,357 7/19/2016
4.0.17 2,555 6/29/2016
4.0.16 2,185 6/28/2016
4.0.15 2,223 6/28/2016
4.0.14 2,552 6/18/2016
4.0.11 2,324 5/2/2016
4.0.10 2,278 4/29/2016
4.0.9 2,568 4/27/2016
4.0.7 2,596 4/25/2016
4.0.6 2,364 4/12/2016
4.0.5 2,454 4/10/2016
4.0.3 2,408 3/28/2016
4.0.2 2,481 3/17/2016
4.0.1 2,182 3/8/2016
4.0.0 2,280 3/8/2016
4.0.0-alpha2 2,236 3/8/2016
4.0.0-alpha1 2,061 2/8/2016
3.6.1 1,527 1/29/2016
3.6.0 1,539 1/4/2016
3.5.0 1,488 12/9/2015
3.4.2 1,517 10/22/2015
3.4.1 1,521 9/4/2015
3.4.0 1,562 8/25/2015
3.3.4-rc 1,372 7/27/2015
3.3.3 1,525 6/23/2015
3.3.2 1,714 6/11/2015
3.3.1 1,535 6/5/2015
3.3.0 1,562 6/2/2015
3.2.0 1,741 6/1/2015
3.1.2 1,545 5/24/2015
3.1.0 1,609 5/17/2015
3.0.3 2,290 3/28/2015
3.0.2 1,903 2/24/2015
3.0.1 1,919 2/20/2015
3.0.0 1,728 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