Package org.apache.openjpa.lib.log
package org.apache.openjpa.lib.log
Logging
This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks.
-
ClassDescriptionA simple implementation of the
Loginterface.LogFactoryimplementation that delegates to the commons logging framework.Adapts a commons logging log to theLoginterface.Logging interface that is independent of other logging frameworks.LogFactoryimplementation that delegates to the Log4J-2.x framework.Adapts a Log4J2 logger to theLoginterface.LogFactoryimplementation that delegates to the Log4J 1.x framework.Adapts a Log4J logger to theLoginterface.Factory for log instances.Base type that aids in adapting an external log framework to theLogFactory.DefaultLogFactoryimplementation.Many standard components log toOutputStreams.A LogFactory implementation to pass events through multiple LogFactory implementations(such as log4j and LogPanelFactory).A log factory implementation that does not do any logging, as quickly as possible.No-op log.LogFactoryimplementation that delegates to the SLF4J framework.Adapts a Log4J logger to theLoginterface.