Info
Version: | 0.4.3-preview |
Author(s): | Tommaso Bertoni |
Last Update: | Tuesday, July 2, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tommasobertoni/log4net.AsyncAppender/blob/master/README.md |
NuGet Url: | https://www.nuget.org/packages/log4net.AsyncAppender |
Install
Install-Package log4net.AsyncAppender
dotnet add package log4net.AsyncAppender
paket add log4net.AsyncAppender
log4net.AsyncAppender Download (Unzip the "nupkg" after downloading)
Tags
asynchronous and concurrent batch processing of LoggingEvents.
The configuration enables to specify:
- the max number of concurrent processors (tasks) that are handling log batches
- the max logs batch size
- the appender closing timeout (millis).
Runtime setup of the appender instance is enabled using the contract IAsyncAppenderConfigurator.