Uses of Package
org.eclipse.datatools.connectivity.oda.util.logging

Packages that use org.eclipse.datatools.connectivity.oda.util.logging
org.eclipse.datatools.connectivity.oda.util.logging Provides a trace logging utility to an ODA runtime extension. 
 

Classes in org.eclipse.datatools.connectivity.oda.util.logging used by org.eclipse.datatools.connectivity.oda.util.logging
Filter
          A Filter can provide more control on what is logged.
Handler
          Handler is an abstract class that takes LogRecords from a Logger and processes them using its Formatter.
Level
          Level represents logging levels within the logging framework.
LogFormatter
          LogFormatter is an abstract class from which all formatter classes should implement.
Logger
          Logger allows callers to log messages for their application.
LoggingErrorHandler
          LoggingErrorHandler can be associated with Handlers to process any exceptions that occur during logging.
LogRecord
          LogRecord contains information that can be logged by a Handler.
StreamHandler
          StreamHandler is a stream based logging Handler.