com.sun.jdo.spi.persistence.utility.logging
Class LoggerFactoryJDK13

java.lang.Object
  extended by com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
      extended by 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 Summary
LoggerFactoryJDK13()
          Creates new LoggerFactoryJDK13
 
Method Summary
protected  Logger createLogger(java.lang.String absoluteLoggerName, java.lang.String bundleName, java.lang.ClassLoader loader)
          Create a new Logger.
 
Methods inherited from class com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
getAbsoluteLoggerName, getDomainRoot, getErrorLogger, getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactoryJDK13

public LoggerFactoryJDK13()
Creates new LoggerFactoryJDK13

Method Detail

createLogger

protected Logger createLogger(java.lang.String absoluteLoggerName,
                              java.lang.String bundleName,
                              java.lang.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


Copyright © 2012 GlassFish Community. All Rights Reserved.