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

java.lang.Object
  extended byorg.eclipse.birt.data.oda.util.logging.LogFormatter
      extended byorg.eclipse.birt.data.oda.util.logging.SimpleFormatter

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

public class SimpleFormatter
extends LogFormatter

Formats a LogRecord into an understandable format.


Constructor Summary
SimpleFormatter()
          Deprecated. Creates an SimpleFormatter instance.
 
Method Summary
 java.lang.String format(LogRecord record)
          Deprecated. Formats the specified LogRecord to an understandable format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFormatter

public SimpleFormatter()
Deprecated. 
Creates an SimpleFormatter instance.

Method Detail

format

public java.lang.String format(LogRecord record)
Deprecated. 
Formats the specified LogRecord to an understandable format.

Specified by:
format in class LogFormatter
Parameters:
record - the LogRecord to format.
Returns:
the formatted string.


Copyright © 2005 Actuate Corp. All rights reserved.