Enterprise Library Logging Application Block options
问题 Is the logging application block able to handle these situtations or combinations of them? If logging fails, do not throw an exception for specific exceptions/exception types only If logging fails, fallback to another type(ie database logging fails, fall back to emailing or net send) Example of my actual usage case: I am writing a ticketing system for our team. If emailing the team on a new ticket creation fails, I want it to report that to the exception/error log, but not bubble that up to