Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The quick way to enable Java 1.4 logging is to create a commons-logging.properties file on the classpath with this enttryentry...

Code Block
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

...