Showing posts with label log4j. Show all posts
Showing posts with label log4j. Show all posts

Thursday, November 11, 2010

Setting up quick log4j for testing

Just put the following code on top of your code:


BasicConfigurator.configure();
log.setLevel(Level.DEBUG);