Hi!
Jay Walters wrote:
> What is the preferred way to log output from beans within jBoss. This
> doesn't appear to be documented anywhere. I see some stuff about logging
> levels in the docs, but what objects and methods do I use to put it there?
You can use System.out and System.err if you want to since these are
redirected to our own logging system. You can also use the
org.jboss.logging.Logger class which has a bunch of static methods that
give you more control over the output.
/Rickard
--
Rickard �berg
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]