4 Replies Latest reply on Oct 16, 2007 8:28 AM by pmuir

    Logging all uncaught exceptions to a separate Logger?

    stephen.friedrich

      Can Seam help me logging all uncaught exceptions to a separate Logger?

      If not - any idea how I can do that? I tried writing a servlet filter, but somehow I can't make it work: It seems exceptions are swallowed somewhere before they have the chance to bubble up to my doFilter() method.