| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | SimpleFormatterFormats a LogRecordinto an understandable format. | 
| Methods in org.eclipse.datatools.connectivity.oda.util.logging that return LogFormatter | |
|---|---|
|  LogFormatter | Handler.getFormatter()Gets the LogFormatterassociated with thisHandler. | 
| Methods in org.eclipse.datatools.connectivity.oda.util.logging with parameters of type LogFormatter | |
|---|---|
|  void | StreamHandler.setFormatter(LogFormatter formatter)Sets the LogFormatterfor thisStreamHandler. | 
|  void | Handler.setFormatter(LogFormatter formatter)Sets the LogFormatterfor thisHandler. | 
| Constructors in org.eclipse.datatools.connectivity.oda.util.logging with parameters of type LogFormatter | |
|---|---|
| FileHandler(java.lang.String filename,
            LogFormatter formatter)Creates a FileHandlerto publishLogRecordsto the sepcified file using the specifiedLogFormatter. | |
| StreamHandler(java.io.OutputStream output,
              LogFormatter formatter)Creates a StreamHandlerwith the specified output 
 stream andLogFormatter. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||