Uses of Interface
com.sun.jdo.spi.persistence.utility.logging.Logger

Packages that use Logger
com.sun.jdo.spi.persistence.utility   
com.sun.jdo.spi.persistence.utility.logging   
 

Uses of Logger in com.sun.jdo.spi.persistence.utility
 

Methods in com.sun.jdo.spi.persistence.utility that return Logger
static Logger LogHelperUtility.getLogger()
          Return the logger for this component
 

Uses of Logger in com.sun.jdo.spi.persistence.utility.logging
 

Classes in com.sun.jdo.spi.persistence.utility.logging that implement Logger
 class AbstractLogger
          This class provides a default implementation of the com.sun.jdo.spi.persistence.utility.logging.Logger interface which implements most methods and/or delegates them to a few abstract methods which subclasses must override.
 class LoggerJDK13
          This class provides an implementation of the com.sun.jdo.spi.persistence.utility.Logger interface which subclasses the AbstractLogger and provides an implementation of its abstract methods which logs to a PrintStream (System.out).
 class LoggerJDK14
          This class is used with JDK 1.4 (and higher) programs to log messages from jdo components.
 

Methods in com.sun.jdo.spi.persistence.utility.logging that return Logger
protected  Logger LoggerFactoryJDK14.createLogger(String absoluteLoggerName, String bundleName, ClassLoader loader)
          Create a new Logger.
protected  Logger LoggerFactoryJDK13.createLogger(String absoluteLoggerName, String bundleName, ClassLoader loader)
          Create a new Logger.
protected abstract  Logger AbstractLoggerFactory.createLogger(String absoluteLoggerName, String bundleName, ClassLoader loader)
          Create a new Logger.
protected static Logger AbstractLoggerFactory.getErrorLogger()
          Get the error logger which is used to log things during creation of loggers.
static Logger LogHelper.getLogger(String loggerName, String bundleName, ClassLoader loader)
          Get a Logger.
 Logger LoggerFactory.getLogger(String loggerName, String bundleName, ClassLoader loader)
          Get a Logger.
 Logger AbstractLoggerFactory.getLogger(String relativeLoggerName, String bundleName, ClassLoader loader)
          Get a Logger.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.