com.sap.tc.logging.interfaces
Interface IFilter
- public interface IFilter
Title: Logging
Description: Logging API
Copyright: Copyright (c) 2003
Company: SAP AG.
Walldorf, Germany
All rights reserved.
This software is the confidential and proprietary information
of SAP AG. ("Confidential Information"). You shall
not disclose such Confidential Information and shall use it
only in accordance with the terms of the license agreement
you entered into with SAP AG.
- Version:
- $Id:$
|
Method Summary |
boolean |
beRead(byte[] record)
Decides whether a log record should be read from a log. |
boolean |
isFilterEnabled()
Is filter enabled!? |
boolean |
setEnableFilter(boolean value)
Enable or disable configured filter |
isFilterEnabled
public boolean isFilterEnabled()
- Is filter enabled!?
- Returns:
- true / false
setEnableFilter
public boolean setEnableFilter(boolean value)
- Enable or disable configured filter
beRead
public boolean beRead(byte[] record)
- Decides whether a log record should be read from a log.
- Parameters:
record - which must be evaluated- Returns:
- Decision