Differences between revisions 12 and 13
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * [http://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/log4j/log4j.html Log4J Tutorial] by Ashley J.S Mills, The University Of Birmingham.  * [http://supportweb.cs.bham.ac.uk/docs/tutorials/docsystem/build/tutorials/log4j/log4jhome.html Log4J Tutorial] by Ashley J.S Mills, The University Of Birmingham.

Here's a minimalist log4j.properties file you can use if you're getting messages that say

  • log4j:WARN No appenders could be found for logger log4j:WARN Please initialize the log4j system properly.

#If you want to see what Log4J is doing:
#log4j.debug=true

log4j.rootCategory=INFO,console

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%5p %d{ISO8601} [%t] (%c:%L) - %m%n

See also

iDIAcomputing: Log4jDotProperties (last edited 2009-07-27 18:25:28 by localhost)