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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment