| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogRecord | |
|---|---|
| org.eclipse.datatools.connectivity.oda.util.logging | Provides a trace logging utility to an ODA runtime extension. | 
| Uses of LogRecord in org.eclipse.datatools.connectivity.oda.util.logging | 
|---|
| Methods in org.eclipse.datatools.connectivity.oda.util.logging with parameters of type LogRecord | |
|---|---|
|  java.lang.String | SimpleFormatter.format(LogRecord record)Formats the specified LogRecordto an understandable 
 format. | 
| abstract  java.lang.String | LogFormatter.format(LogRecord record)Format the specified LogRecordinto a string. | 
|  boolean | Filter.isLoggable(LogRecord record)Checks if the the LogRecordshould be published. | 
|  boolean | StreamHandler.isLoggable(LogRecord record)Checks if this StreamHandlerhas an associatedOutputStream, whether theLogRecordhas the 
 adequate log level, and whether it satisfies the associatedFilter. | 
|  boolean | Handler.isLoggable(LogRecord record)Checks whether the specified LogRecordshould be logged. | 
|  void | StreamHandler.publish(LogRecord record)Format and publish the specified LogRecord. | 
| abstract  void | Handler.publish(LogRecord record)Publish the specified LogRecord. | 
|  void | FileHandler.publish(LogRecord record)Creates the log file and its applicable parent directories when called for the first time. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||