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
This is a factory which constructs Loggers suitable for JDK1.3.
- Version:
- 1.0
- Author:
- Craig Russell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LoggercreateLogger(String absoluteLoggerName, String bundleName, ClassLoader loader) Create a new Logger.Methods inherited from class com.sun.jdo.spi.persistence.utility.logging.AbstractLoggerFactory
getAbsoluteLoggerName, getDomainRoot, getErrorLogger, getLogger
-
Constructor Details
-
LoggerFactoryJDK13
public LoggerFactoryJDK13()Creates new LoggerFactoryJDK13
-
-
Method Details
-
createLogger
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:
createLoggerin classAbstractLoggerFactory- 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
-