com.rapidminer.tools.log
Interface LogFormatFilter

All Known Implementing Classes:
DeleteLogFormatFilter, DummyLogFormatFilter

public interface LogFormatFilter

Filters incoming log messages. This might be useful in cases where the special format strings which can be used for RapidMiner logging should be filtered out, e.g. for writing into files or for System.out streams.

Author:
Ingo Mierswa

Method Summary
 boolean accept(int lastChar, int currentChar)
           
 

Method Detail

accept

boolean accept(int lastChar,
               int currentChar)


Copyright © 2001-2009 by Rapid-I