Uses of Interface
com.sun.jdo.spi.persistence.utility.logging.Logger
-
Packages that use Logger Package Description 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 Modifier and Type Method Description static LoggerLogHelperUtility. 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 Modifier and Type Class Description classAbstractLoggerThis 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.classLoggerJDK13This 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).classLoggerJDK14This 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 Modifier and Type Method Description protected 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.LoggerAbstractLoggerFactory. getLogger(String relativeLoggerName, String bundleName, ClassLoader loader)Get a Logger.LoggerLoggerFactory. getLogger(String loggerName, String bundleName, ClassLoader loader)Get a Logger.static LoggerLogHelper. getLogger(String loggerName, String bundleName, ClassLoader loader)Get a Logger.
-