Uses of Interface
org.apache.openjpa.lib.log.LogFactory
Packages that use LogFactory
Package
Description
Configuration Framework
Logging
-
Uses of LogFactory in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return LogFactoryModifier and TypeMethodDescriptionConfiguration.getLogFactory()The log factory.ConfigurationImpl.getLogFactory()Methods in org.apache.openjpa.lib.conf with parameters of type LogFactoryModifier and TypeMethodDescriptionvoidConfiguration.setLogFactory(LogFactory factory) The log factory.voidConfigurationImpl.setLogFactory(LogFactory logFactory) -
Uses of LogFactory in org.apache.openjpa.lib.log
Classes in org.apache.openjpa.lib.log that implement LogFactoryModifier and TypeClassDescriptionclassLogFactoryimplementation that delegates to the commons logging framework.classclassLogFactoryimplementation that delegates to the Log4J-2.x framework.classLogFactoryimplementation that delegates to the Log4J 1.x framework.classBase type that aids in adapting an external log framework to theLogFactory.classDefaultLogFactoryimplementation.classA LogFactory implementation to pass events through multiple LogFactory implementations(such as log4j and LogPanelFactory).classA log factory implementation that does not do any logging, as quickly as possible.classLogFactoryimplementation that delegates to the SLF4J framework.Methods in org.apache.openjpa.lib.log that return LogFactoryModifier and TypeMethodDescriptionMultiLogFactory.getDelegates()Returns the delegates that this MultiLogFactory delegates messages to.Methods in org.apache.openjpa.lib.log with parameters of type LogFactoryModifier and TypeMethodDescriptionvoidMultiLogFactory.addLogFactory(LogFactory factory) voidMultiLogFactory.removeLogFactory(LogFactory factory) Constructors in org.apache.openjpa.lib.log with parameters of type LogFactoryModifierConstructorDescriptionMultiLogFactory(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.