I want to be able to set a global function in my app delegate so I can log all uncaught exceptions.
Is there a way I can catch all uncaught exceptions, so I can log them to a file? I already have the file being created so I just need and way to call a method for unhandled exceptions.