Skip to content

tommasobertoni/log4net.AsyncAppender

Repository files navigation

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