The current LogInterceptor impl will log two messages (in some cases), one
with a brief description and one with the full detail.  This will cause the
exception to span multipule lines in the generated output files, since
another message might have been logged by another thread between the two
calls.

Can we compact these into one message?  Perhaps if there is more than one
exception to dump stack for we could wrap them in Throwables which can
properly dump stack from it's children.

--jason


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to