Monday, 16 February 2009

Test

Testing blogger plugggin santosh

Friday, 22 August 2008

Logger Console

log4j.rootLogger=debug, stdout, R

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

# Pattern to output the caller's file name and line number.
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L)


I have found this website and its quite useful when it comes to finding a jar file or when you are trying to find which jar a class belongs to.
http://findjar.com