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);

No comments:

Post a Comment