|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FilterLog
A FilterLog is a kind of log that is mediated by a filter.
| Method Summary | |
|---|---|
void |
setFilter(java.lang.String pattern)
Sets a regular-expression filter that governs which events are stored. |
| Methods inherited from interface cmsc433.p1.Log |
|---|
add, flush, getAll, register, unregister |
| Method Detail |
|---|
void setFilter(java.lang.String pattern)
pattern - is a regular expression to match against; if a
LogRecord is added with an event portion
matching this expression, then the LogRecord is retained.
Otherwise, the LogRecord is ignored.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||