Class LoggerFactoryJDK13

java.lang.Object
com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
com.sun.jdo.spi.persistence.utility.logging.LoggerFactoryJDK13
All Implemented Interfaces:
LoggerFactory

public class LoggerFactoryJDK13 extends AbstractLoggerFactory
This is a factory which constructs Loggers suitable for JDK1.3.
Version:
1.0
Author:
Craig Russell
  • Constructor Details

    • LoggerFactoryJDK13

      public LoggerFactoryJDK13()
      Creates new LoggerFactoryJDK13
  • Method Details

    • createLogger

      protected Logger createLogger(String absoluteLoggerName, String bundleName, ClassLoader loader)
      Create a new Logger. Subclasses are responsible for creating a logger for the named component. The bundle name and class loader are passed to allow the implementation to properly find and construct the internationalization bundle.
      Specified by:
      createLogger in class AbstractLoggerFactory
      Parameters:
      absoluteLoggerName - the absolute name of this logger
      bundleName - the fully qualified name of the resource bundle
      loader - the class loader used to load the resource bundle, or null
      Returns:
      the logger