com.sun.jdo.spi.persistence.utility.logging
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerFactoryJDK13
public LoggerFactoryJDK13()
- Creates new LoggerFactoryJDK13
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 loggerbundleName - the fully qualified name of the resource bundleloader - the class loader used to load the resource bundle, or null
- Returns:
- the logger
Copyright © 2012 GlassFish Community. All Rights Reserved.