diff --git a/openjpa-project/src/doc/manual/ref_guide_logging.xml b/openjpa-project/src/doc/manual/ref_guide_logging.xml index 1557e4e15..b987cbf16 100644 --- a/openjpa-project/src/doc/manual/ref_guide_logging.xml +++ b/openjpa-project/src/doc/manual/ref_guide_logging.xml @@ -390,13 +390,12 @@ log4j.appender.console=org.apache.log4j.ConsoleAppender Set the openjpa.Log property to commons to use the Apache Commons Logging thin library for issuing log messages. The -Commons Logging libraries act as a wrapper around a number of popular logging +Commons Logging library act as a wrapper around a number of popular logging APIs, including the Jakarta Log4J project, and the native - -java.util.logging package in JDK 1.4. If neither of these libraries are -available, then logging will fall back to using simple console logging. + +java.util.logging package in JDK. When using the Commons Logging framework in conjunction with Log4J, @@ -404,29 +403,29 @@ configuration will be the same as was discussed in the Log4J section above.
- JDK 1.4 java.util.logging + JDK java.util.logging logging - JDK 1.4 + JDK -When using JDK 1.4 or higher in conjunction with OpenJPA's Commons Logging +When using JDK logging in conjunction with OpenJPA's Commons Logging support, logging will proceed through Java's built-in logging provided by the - + java.util.logging package. For details on configuring the built-in logging system, please see the - + Java Logging Overview. -By default, JDK 1.4's logging package looks in the +By default, JDK's logging package looks in the JAVA_HOME/lib/logging.properties file for logging configuration. This -can be overridden with the java.util.logging.config.file +can be overridden with the java.util.logging.config.file system property. For example: @@ -434,7 +433,7 @@ java -Djava.util.logging.config.file=mylogging.properties com.company.MyClass - JDK 1.4 Log Properties + JDK Log Properties # specify the handlers to create in the root logger