Uses of Class
org.eclipse.datatools.connectivity.oda.util.logging.Handler

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

Uses of Handler in org.eclipse.datatools.connectivity.oda.util.logging
 

Subclasses of Handler in org.eclipse.datatools.connectivity.oda.util.logging
 class FileHandler
          The FileHandler is a file logging Handler that publishes LogRecords to a specified file.
 class StreamHandler
          StreamHandler is a stream based logging Handler.