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

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

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

Methods in org.eclipse.datatools.connectivity.oda.util.logging that return LoggingErrorHandler
 LoggingErrorHandler Handler.getLoggingErrorHandler()
          Gets the LoggingErrorHandler associated with this Handler.
 

Methods in org.eclipse.datatools.connectivity.oda.util.logging with parameters of type LoggingErrorHandler
 void Handler.setLoggingErrorHandler(LoggingErrorHandler errorHandler)
          Sets the LoggingErrorHandler for this Handler.