Interface | Description |
---|---|
Logger |
This interface provides an isolation layer between the JDO components
that need logging services and the implementation of those services.
|
LoggerFactory |
This interface provides for isolation between the JDO components that
need logging services and the implementation of the service.
|
Class | Description |
---|---|
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.
|
AbstractLoggerFactory | |
LoggerFactoryJDK13 |
This is a factory which constructs Loggers suitable for JDK1.3.
|
LoggerFactoryJDK14 | |
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).
|
LoggerJDK14 |
This class is used with JDK 1.4 (and higher) programs to log messages from
jdo components.
|
LogHelper |
This class manages the logging facility for JDO components.
|
Copyright © 2020. All rights reserved.