Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.27 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.27 KB

log4net.AsyncAppender

Nuget netstandard2.0
CI Coverage
License MIT

Packages

  • log4net.AsyncAppender: abstract appender that uses concurrent collections and tasks to enable asynchronous and concurrent batch processing of LoggingEvents

  • log4net.AsyncAppender.HttpEndpoint: abstract appender built on top of log4net.AsyncAppender, sends the LoggingEvents to a specified http uri

  • log4net.AsyncAppender.ElasticSearch: appender built on top of log4net.AsyncAppender.HttpEndpoint, sends the LoggingEvents to an ElasticSearch http uri using the specified ELK configuration