Meta
Categories
Category Archives: java
Log4j
*Download log4j (apache-log4j-1.2.15.zip) from its download site *Unzip *Place log4j-1.2.8.jar in classpath *Create a log4j.properties in classpath log4j.rootLogger=debug, stdout, R # Specify which package to log log4j.logger.com.my.pkg=INFO, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout # Pattern to output the caller’s file … Continue reading
Posted in java
Leave a comment