Uses of Interface
com.sun.jdo.spi.persistence.utility.logging.LoggerFactory
-
Packages that use LoggerFactory Package Description com.sun.jdo.spi.persistence.utility.logging -
-
Uses of LoggerFactory in com.sun.jdo.spi.persistence.utility.logging
Classes in com.sun.jdo.spi.persistence.utility.logging that implement LoggerFactory Modifier and Type Class Description classAbstractLoggerFactoryclassLoggerFactoryJDK13This is a factory which constructs Loggers suitable for JDK1.3.classLoggerFactoryJDK14Fields in com.sun.jdo.spi.persistence.utility.logging declared as LoggerFactory Modifier and Type Field Description protected static LoggerFactoryLogHelper. loggerFactoryLoggerFactory registered for creating new loggers.Methods in com.sun.jdo.spi.persistence.utility.logging with parameters of type LoggerFactory Modifier and Type Method Description static voidLogHelper. registerLoggerFactory(LoggerFactory factory)Register a LoggerFactory for use in managed environments or for special situations.
-