/log4net.ElasticSearch

Module to Log log4net Messages to ElasticSearch

Primary LanguagePowerShellOtherNOASSERTION

log4net.ElasticSearch

NuGet Status

Build status

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

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:

How to build

Use the psake.cmd file in the base directory for all build tasks.

.\psake.cmd

This will run the default task which compiles and runs the tests.

.\psake.cmd package

This task compiles the solution, runs the tests then creates a nuget package