In my application I am using Enterprise library logging application block for logging exception to DB.Also, I am using fluent API to configure the logging application block.
Things I noticed:
- When I was not using the Fluent API and database logging fails it logged the exception to windows event log.(version 5.0)
- But when i used it(Fluent API), In case of database failure it is not logging exception anywhere not even in windown event log.
My Question:
- Is it a normal behavior of Enterprise library logging application block?
- Is there any way that using fluent API I can get the functionality what I was getting without it, Meaning (in case db logging fails log to windows event log).
Feel free to suggest in case of any discrepancy. :-)