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.
|
Java Source File Name | Type | Comment |
AbstractLog.java | Class | A simple implementation of the
Log interface. |
CommonsLogFactory.java | Class | LogFactory implementation that delegates to the commons logging
framework. |
Log.java | Interface | Logging interface that is independent of other logging frameworks. |
Log4JLogFactory.java | Class | LogFactory implementation that delegates to the Log4J framework. |
LogFactory.java | Interface | Factory for log instances. |
LogFactoryAdapter.java | Class | Base type that aids in adapting an external log framework to the
LogFactory . |
LogFactoryImpl.java | Class | Default
LogFactory implementation. |
LogOutputStream.java | Class | Many standard components log to
OutputStream s. |
MultiLogFactory.java | Class | A LogFactory implementation to pass events through multiple
LogFactory implementations(such as log4j and LogPanelFactory). |
NoneLogFactory.java | Class | A log factory implementation that does not do any logging, as
quickly as possible. |