Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.16 KB

log4net.ElasticSearch

log4net.ElasticSearch is a module for the log4net library to log messages to the ElasticSearch document database. ElasticSearch offers robust full-text searchign an analyzation so that errors and messages can be indexed quickly and searched easily.

Features:

  • Supports .NET 4.0+
  • Easy installation and setup via Nuget
  • Uses the excellent NEST library which has great support for the newest ElasticSearch revisions

Usage:

Please see the DOCUMENTATION Wiki page to begin logging errors to ElasticSearch!

Issues:

I do my best to reply to issues or questions ASAP. Please use the ISSUES page to submit questions or errors.

License:

MIT License

Thanks:

Many thanks to @mpdreamz and the team for their great work on the NEST library!