[jboss-user] [Management, JMX/JBoss] - Re: JBoss Consol
jaikiran
do-not-reply at jboss.com
Mon Feb 9 05:49:50 EST 2009
Now my problem is it is filtering the log statements in coding but not sysouts.
You cannot use a log4j filter for filtering System.out.println messages. The System.out.print* methods are not part of log4j API. You should be changing the System.out.print* messages in your code to log messages using the log4j API.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4208119#4208119
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4208119
More information about the jboss-user
mailing list