Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/moaidhathot/failoverappender
- Owner: MoaidHathot
- License: mit
- Created: 2016-12-31T23:18:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T23:53:33.000Z (about 8 years ago)
- Last Synced: 2024-11-14T03:23:57.477Z (2 months ago)
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.