Package org.apache.openjpa.lib.log
Class JULLogFactory
java.lang.Object
org.apache.openjpa.lib.log.JULLogFactory
- All Implemented Interfaces:
Configurable,LogFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked upon completion of bean property configuration for this object.Return a log for the given channel name.voidInvoked prior to setting bean properties.voidInvoked before bean property configuration is begun on this object.
-
Constructor Details
-
JULLogFactory
public JULLogFactory()
-
-
Method Details
-
getLog
Description copied from interface:LogFactoryReturn a log for the given channel name.- Specified by:
getLogin interfaceLogFactory
-
setConfiguration
Description copied from interface:ConfigurableInvoked prior to setting bean properties.- Specified by:
setConfigurationin interfaceConfigurable
-
startConfiguration
public void startConfiguration()Description copied from interface:ConfigurableInvoked before bean property configuration is begun on this object.- Specified by:
startConfigurationin interfaceConfigurable
-
endConfiguration
public void endConfiguration()Description copied from interface:ConfigurableInvoked upon completion of bean property configuration for this object.- Specified by:
endConfigurationin interfaceConfigurable
-