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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -