I have written a complicated component that is designed to handle exception logging on multiple applications. It can report errors by textfile, eventlog, db and MQ...

BUT the rather silly thing I haven't solved, is how to report errors in the component itself? What if the path to the logfile is broken, or security settings doesn't allow for eventlog monitoring? How can I bubble these exeptions and make the user adn developer aware of that something has gone wrong in the logging component itself?


kind regards
Henrik