Uses of Interface
org.apache.openjpa.lib.log.LogFactory
Package
Description
Configuration Framework
Logging
-
Uses of LogFactory in org.apache.openjpa.lib.conf
Modifier and TypeMethodDescriptionConfiguration.getLogFactory()
The log factory.ConfigurationImpl.getLogFactory()
Modifier and TypeMethodDescriptionvoid
Configuration.setLogFactory
(LogFactory factory) The log factory.void
ConfigurationImpl.setLogFactory
(LogFactory logFactory) -
Uses of LogFactory in org.apache.openjpa.lib.log
Modifier and TypeClassDescriptionclass
LogFactory
implementation that delegates to the commons logging framework.class
class
LogFactory
implementation that delegates to the Log4J-2.x framework.class
LogFactory
implementation that delegates to the Log4J 1.x framework.class
Base type that aids in adapting an external log framework to theLogFactory
.class
DefaultLogFactory
implementation.class
A LogFactory implementation to pass events through multiple LogFactory implementations(such as log4j and LogPanelFactory).class
A log factory implementation that does not do any logging, as quickly as possible.class
LogFactory
implementation that delegates to the SLF4J framework.Modifier and TypeMethodDescriptionMultiLogFactory.getDelegates()
Returns the delegates that this MultiLogFactory delegates messages to.Modifier and TypeMethodDescriptionvoid
MultiLogFactory.addLogFactory
(LogFactory factory) void
MultiLogFactory.removeLogFactory
(LogFactory factory) ModifierConstructorDescriptionMultiLogFactory
(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.