Class SLF4JLogFactory

java.lang.Object
org.apache.openjpa.lib.log.LogFactoryAdapter
org.apache.openjpa.lib.log.SLF4JLogFactory
All Implemented Interfaces:
LogFactory

public class SLF4JLogFactory extends LogFactoryAdapter
LogFactory implementation that delegates to the SLF4J framework.
  • Constructor Details

    • SLF4JLogFactory

      public SLF4JLogFactory()
  • Method Details

    • newLogAdapter

      protected Log newLogAdapter(String channel)
      Description copied from class: LogFactoryAdapter
      Return a log adapter for the given channel. This method may be called multiple times for the same channel in concurrent situations.
      Specified by:
      newLogAdapter in class LogFactoryAdapter