java - How to log on JBoss console -
I'm experimenting with Netbeans and Jebos and I want to print stuff on a Jebus console with my code. Can I use log4j for this?
yes edit $ JBOSS_HOME / server / [config] / conf / jboss-log4j.xml If you want to display less than INFO (default level) then add a category.
[config] -> one of the default, minimum, web, etc.
Comments
Post a Comment