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

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

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

Subclasses of LogFormatter in org.eclipse.datatools.connectivity.oda.util.logging
 class SimpleFormatter
          Formats a LogRecord into an understandable format.
 

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

Methods in org.eclipse.datatools.connectivity.oda.util.logging with parameters of type LogFormatter
 void StreamHandler.setFormatter(LogFormatter formatter)
          Sets the LogFormatter for this StreamHandler.
 void Handler.setFormatter(LogFormatter formatter)
          Sets the LogFormatter for this Handler.
 

Constructors in org.eclipse.datatools.connectivity.oda.util.logging with parameters of type LogFormatter
FileHandler(java.lang.String filename, LogFormatter formatter)
          Creates a FileHandler to publish LogRecords to the sepcified file using the specified LogFormatter.
StreamHandler(java.io.OutputStream output, LogFormatter formatter)
          Creates a StreamHandler with the specified output stream and LogFormatter.