Tutorial by Examples

Below is a configuration file for log4j. Log4j2 can use the same syntax, but there are different appender classes: log4j.rootLogger=INFO, FOO ## ConsoleAppender log4j.appender.CA=org.apache.log4j.ConsoleAppender log4j.appender.CA.layout=org.apache.log4j.PatternLayout log4j.appender.CA.layout....
Users may face the following issue: log4j:WARN No appenders could be found for logger (dao.hsqlmanager). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. One reason this can occur is if the log4j.prop...

Page 1 of 1