|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFilter | |
| com.sap.tc.logging | Provides the classes for emitting and controlling the output of trace and log messages, and the classes for organizing hierarchies of message kinds, origins and destinations. |
| com.sap.tc.logging.interfaces | |
| Uses of IFilter in com.sap.tc.logging |
| Methods in com.sap.tc.logging that return IFilter | |
IFilter |
BaseLog.getFilter(int index)
|
| Methods in com.sap.tc.logging with parameters of type IFilter | |
void |
BaseLog.addFilter(IFilter filter)
|
void |
BaseLog.removeFilter(IFilter filter)
|
| Uses of IFilter in com.sap.tc.logging.interfaces |
| Methods in com.sap.tc.logging.interfaces that return IFilter | |
IFilter |
IBaseLog.getFilter(int index)
Gets the filter that control messages flow via this log. |
| Methods in com.sap.tc.logging.interfaces with parameters of type IFilter | |
void |
IBaseLog.addFilter(IFilter filter)
Adds another filter that controls messages flow via this log. |
void |
IBaseLog.removeFilter(IFilter filter)
Removes a filter so that it no longer controls messages flow via this log. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||