Uses of Class
org.eclipse.birt.data.oda.util.logging.LogRecord

Packages that use LogRecord
org.eclipse.birt.data.oda.util.logging [Obsolete] Provides a trace logging utility to an ODA runtime extension.  
 

Uses of LogRecord in org.eclipse.birt.data.oda.util.logging
 

Methods in org.eclipse.birt.data.oda.util.logging with parameters of type LogRecord
 void StreamHandler.publish(LogRecord record)
          Deprecated. Format and publish the specified LogRecord.
 boolean StreamHandler.isLoggable(LogRecord record)
          Deprecated. Checks if this StreamHandler has an associated OutputStream, whether the LogRecord has the adequate log level, and whether it satisfies the associated Filter.
 java.lang.String SimpleFormatter.format(LogRecord record)
          Deprecated. Formats the specified LogRecord to an understandable format.
abstract  java.lang.String LogFormatter.format(LogRecord record)
          Deprecated. Format the specified LogRecord into a string.
abstract  void Handler.publish(LogRecord record)
          Deprecated. Publish the specified LogRecord.
 boolean Handler.isLoggable(LogRecord record)
          Deprecated. Checks whether the specified LogRecord should be logged.
 boolean Filter.isLoggable(LogRecord record)
          Deprecated. Checks if the the LogRecord should be published.
 void FileHandler.publish(LogRecord record)
          Deprecated. Creates the log file and its applicable parent directories when called for the first time.
 



Copyright © 2005 Actuate Corp. All rights reserved.