Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

How

...

do I use Java 1.4 logging?

Camel uses commons-logging which allows you to configure logging via

  • Log4j
  • JDK 1.4 logging
  • Avalon
  • SimpleLog - a simple provider in commons-logging

...

Include Page
Uses Commons Logging
Uses Commons Logging

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

...