Uses of Interface
com.sun.jdo.spi.persistence.utility.logging.Logger
Packages that use Logger
-
Uses of Logger in com.sun.jdo.spi.persistence.utility
Methods in com.sun.jdo.spi.persistence.utility that return Logger -
Uses of Logger in com.sun.jdo.spi.persistence.utility.logging
Classes in com.sun.jdo.spi.persistence.utility.logging that implement LoggerModifier and TypeClassDescriptionclassThis 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.classThis 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).classThis 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 LoggerModifier and TypeMethodDescriptionprotected abstract LoggerAbstractLoggerFactory.createLogger(String absoluteLoggerName, String bundleName, ClassLoader loader) Create a new Logger.protected LoggerLoggerFactoryJDK13.createLogger(String absoluteLoggerName, String bundleName, ClassLoader loader) Create a new Logger.protected LoggerLoggerFactoryJDK14.createLogger(String absoluteLoggerName, String bundleName, ClassLoader loader) Create a new Logger.protected static LoggerAbstractLoggerFactory.getErrorLogger()Get the error logger which is used to log things during creation of loggers.AbstractLoggerFactory.getLogger(String relativeLoggerName, String bundleName, ClassLoader loader) Get a Logger.LoggerFactory.getLogger(String loggerName, String bundleName, ClassLoader loader) Get a Logger.static LoggerLogHelper.getLogger(String loggerName, String bundleName, ClassLoader loader) Get a Logger.