Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moaidhathot/failoverappender

A Log4Net custom Appender that can failback on error to dispatch logging events to other appenders.
https://github.com/moaidhathot/failoverappender

Last synced: 11 days ago
JSON representation

A Log4Net custom Appender that can failback on error to dispatch logging events to other appenders.

Awesome Lists containing this project

README

        

# FailOverAppender
A Log4Net custom Appender that handles Fail Overs. This appender is a container for two other appenders; a primary appender and a failover appender. By default all LoggingEvents are dispatched only to the primary appender, but if the primary appender fails at least once (throws an Exception) when handling a LoggingEvent, all that LoggingEvent and all future LoggingEvents will be dispatched only to the FailOver appender.