org.eclipse.birt.data.oda.util.logging
Class LogFormatter

java.lang.Object
  extended byorg.eclipse.birt.data.oda.util.logging.LogFormatter
Direct Known Subclasses:
SimpleFormatter

Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.logging.LogFormatter .
The BIRT ODA run-time framework has been migrated to the Eclipse Data Tools Platform (DTP) project.

public abstract class LogFormatter
extends java.lang.Object

LogFormatter is an abstract class from which all formatter classes should implement. It converts LogRecords into formatted strings based on format() rules.


Constructor Summary
protected LogFormatter()
          Deprecated. Creates a LogFormatter instance.
 
Method Summary
abstract  java.lang.String format(LogRecord record)
          Deprecated. Format the specified LogRecord into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFormatter

protected LogFormatter()
Deprecated. 
Creates a LogFormatter instance.

Method Detail

format

public abstract java.lang.String format(LogRecord record)
Deprecated. 
Format the specified LogRecord into a string.

Parameters:
record - the log record to format.
Returns:
the formatted string.


Copyright © 2005 Actuate Corp. All rights reserved.