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

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 LogRecord to an understandable format.
abstract  java.lang.String LogFormatter.format(LogRecord record)
          Format the specified LogRecord into a string.
 boolean Filter.isLoggable(LogRecord record)
          Checks if the the LogRecord should be published.
 boolean StreamHandler.isLoggable(LogRecord record)
          Checks if this StreamHandler has an associated OutputStream, whether the LogRecord has the adequate log level, and whether it satisfies the associated Filter.
 boolean Handler.isLoggable(LogRecord record)
          Checks whether the specified LogRecord should 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.