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