/* */ }
/* */
/* */ protected LogRecordFilter createNDCLogRecordFilter(String text)
/* */ {
/* 593 */ this._NDCTextFilter = text;
/* 594 */ LogRecordFilter result = new LogRecordFilter() {
/* */ public boolean passes(LogRecord record) {
/* 596 */ String NDC = record.getNDC();
/* 597 */ CategoryPath path = new CategoryPath(record.getCategory());
/* 598 */ if ((NDC == null) || (LogBrokerMonitor.this._NDCTextFilter == null))
/* 599 */ return false;