|
© 2002 - Lorne Brinkman www.TheObjectGuy.com Lorne@TheObjectGuy.com |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--com.bitfactoryinc.logging.LogEntryFilter
|
+--com.bitfactoryinc.logging.LogEntryPassFilter
This filter will not do any additional filtering, but rather pass all LogEntries through. This could have been implemented using a LogEntryCategoryFilter, with an allow value of false, and no categories contained in it.
LogEntryCategoryFilter| Fields inherited from class com.bitfactoryinc.logging.LogEntryFilter |
severityThreshold |
| Constructor Summary | |
LogEntryPassFilter()
|
|
| Method Summary | |
protected boolean |
canPass(LogEntry aLogEntry)
Concrete subclasses should override this method, returning true if aLogEntry "passes" the filter (i.e. |
| Methods inherited from class com.bitfactoryinc.logging.LogEntryFilter |
getSeverityThreshold,
setSeverityThreshold,
shouldLog |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public LogEntryPassFilter()
| Method Detail |
protected boolean canPass(LogEntry aLogEntry)
|
© 2002 - Lorne Brinkman www.TheObjectGuy.com Lorne@TheObjectGuy.com |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||