log4net.ElasticSearch.Async 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package log4net.ElasticSearch.Async --version 1.0.1
NuGet\Install-Package log4net.ElasticSearch.Async -Version 1.0.1
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="log4net.ElasticSearch.Async" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add log4net.ElasticSearch.Async --version 1.0.1
#r "nuget: log4net.ElasticSearch.Async, 1.0.1"
#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 log4net.ElasticSearch.Async as a Cake Addin
#addin nuget:?package=log4net.ElasticSearch.Async&version=1.0.1

// Install log4net.ElasticSearch.Async as a Cake Tool
#tool nuget:?package=log4net.ElasticSearch.Async&version=1.0.1

log4net.ElasticSearch.Async is a log4net appender, based on log4net.ElasticSearch package, for easy logging of exceptions and messages to Elasticsearch indices. The main improvement over log4net.ElasticSearch is background/async logging based on producer-consumer pattern, automatically utilizing bulk API in case of log event bursts. Currently the package provides:        
         - Background/Async logging based on producer-consumer pattern (non-blocking for main application thread)
         - Configurable exponential backoff retry policy for communication with ElasticSearch
         - External machine IP added to log events (if possible)
         - Skipping TLS certificate validation for ElasticSearch endpoint
         - Setting custom HTTP(S) proxy
         - Disabling system HTTP(S) proxy

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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.2 136,427 9/25/2018
1.2.1 2,608 8/27/2018
1.1.2 2,436 8/23/2018
1.1.0 2,461 8/23/2018
1.0.6 2,304 8/22/2018
1.0.5 2,485 8/22/2018
1.0.4 2,526 8/20/2018
1.0.3 2,421 8/14/2018
1.0.2 2,364 8/14/2018
1.0.1 2,371 8/14/2018

- Background/Async logging based on producer-consumer pattern (non-blocking for main application thread)
- Configurable exponential backoff retry policy for communication with ElasticSearch
- External machine IP added to log events (if possible)
- Skipping TLS certificate validation for ElasticSearch endpoint
- Setting custom HTTP(S) proxy
- Disabling system HTTP(S) proxy