org.eclipse.birt.data.oda.util.logging
Interface Filter


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

public interface Filter

A Filter can provide more control on what is logged.

Each Handler can have an associated Filter and calls the isLoggable method to check whether the LogRecord should be published.


Method Summary
 boolean isLoggable(LogRecord record)
          Deprecated. Checks if the the LogRecord should be published.
 

Method Detail

isLoggable

public boolean isLoggable(LogRecord record)
Deprecated. 
Checks if the the LogRecord should be published.

Parameters:
record - the log record.
Returns:
true if the log record should be published; false otherwise.


Copyright © 2005 Actuate Corp. All rights reserved.