Hi

Is there any plan to implement async logging ?
I saw an implementation of it recently in a commercial product.
I guess it could be implemented on top of log4j and JMS easily and
this could be transparent to the users of log4j.
When the user call log.info("Hello"); it'd generate a message
and a separate mbean would process it asynchronously maybe in a different
VM on a different machine. Also this would allow central logging.

Sorry if this has been discussed earlier.

Gabor


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

Reply via email to