Hi, Im using Enterprise Library 3.1 for Exception handling and Logging. Im logging all the exceptions in a database I want to Log the information into a Log File when there is a database failure. I dont know how to do this.. Is there any Configeration Involved in this?
Actually im logging my exceptions in database, but on database failure obviously i cant log my exception into database and in this case the Enterprise library is also not throwing any exception on failure of logging exception.. In this above case i want to log the exception into a flat file on failure of database. wat can i do ?