Hello, I would like to use log4net (C# app) to have a primary log (ADONetAppender) and if the oracle data base is not available i would like log4net to a use secondary appender (EventLogAppender). What is the easiest way to go about doing this? Is there a way to check to see if log4net has connected to the database, and if it has not change the appender at runtime?
thanks, -- View this message in context: http://www.nabble.com/Secondary-Logging-tf4425101.html#a12623023 Sent from the Log4net - Dev mailing list archive at Nabble.com.
