Class JULLogFactory

java.lang.Object
org.apache.openjpa.lib.log.JULLogFactory
All Implemented Interfaces:
Configurable, LogFactory

public class JULLogFactory extends Object implements LogFactory, Configurable
  • Constructor Details

    • JULLogFactory

      public JULLogFactory()
  • Method Details

    • getLog

      public Log getLog(String channel)
      Description copied from interface: LogFactory
      Return a log for the given channel name.
      Specified by:
      getLog in interface LogFactory
    • setConfiguration

      public void setConfiguration(Configuration conf)
      Description copied from interface: Configurable
      Invoked prior to setting bean properties.
      Specified by:
      setConfiguration in interface Configurable
    • startConfiguration

      public void startConfiguration()
      Description copied from interface: Configurable
      Invoked before bean property configuration is begun on this object.
      Specified by:
      startConfiguration in interface Configurable
    • endConfiguration

      public void endConfiguration()
      Description copied from interface: Configurable
      Invoked upon completion of bean property configuration for this object.
      Specified by:
      endConfiguration in interface Configurable