Package | Description |
---|---|
org.apache.openjpa.lib.conf |
Configuration Framework
This package provides an extendable product configuration framework.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LogFactory |
ConfigurationImpl.getLogFactory() |
LogFactory |
Configuration.getLogFactory()
The log factory.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setLogFactory(LogFactory logFactory) |
void |
Configuration.setLogFactory(LogFactory factory)
The log factory.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsLogFactory
LogFactory implementation that delegates to the commons logging
framework. |
class |
Log4JLogFactory
LogFactory implementation that delegates to the Log4J framework. |
class |
LogFactoryAdapter
Base type that aids in adapting an external log framework to the
LogFactory . |
class |
LogFactoryImpl
Default
LogFactory implementation. |
class |
MultiLogFactory
A LogFactory implementation to pass events through multiple
LogFactory implementations(such as log4j and LogPanelFactory).
|
class |
NoneLogFactory
A log factory implementation that does not do any logging, as
quickly as possible.
|
class |
SLF4JLogFactory
LogFactory implementation that delegates to the SLF4J framework. |
Modifier and Type | Method and Description |
---|---|
LogFactory[] |
MultiLogFactory.getDelegates()
Returns the delegates that this MultiLogFactory delegates messages to.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiLogFactory.addLogFactory(LogFactory factory) |
void |
MultiLogFactory.removeLogFactory(LogFactory factory) |
Constructor and Description |
---|
MultiLogFactory(LogFactory[] delegates)
Create an instance with the given delegates.
|
MultiLogFactory(LogFactory d1,
LogFactory d2)
Create an instance with the given delegates.
|
MultiLogFactory(LogFactory d1,
LogFactory d2,
LogFactory d3)
Create an instance with the given delegates.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.