[jboss-dev-forums] [Design of JBoss internal QA (Test Suite)] - Re: Server-side Testsuite Logging
adrian@jboss.org
do-not-reply at jboss.com
Tue May 1 11:32:53 EDT 2007
A long time ago, I wrote an aspect that lets you pull down the logging
done on your server side thread and dump it in the client log:
[url]http://anonsvn.jboss.org/repos/jbossas/trunk/aspects/src/main/org/jboss/aspects/logging/[url]
Its basically just a log4j plugin. ThreadLocalAppender
Of course this assumes you are using AOP Remoting to make the request
so it piggy back the log records in the InvocationResponse.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042133#4042133
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042133
More information about the jboss-dev-forums
mailing list