Skip to content

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

License

Notifications You must be signed in to change notification settings

MoaidHathot/FailOverAppender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages