public static interface Debug.FilterCommand
void filter(PrintStream output, int level, String location, String extra, String message, String[] lines)
output - The PrintStream to output to.level - The debug level of this message.location - The textual location of the message.extra - Extra information such as timing details.message - The debug message.lines - Other lines of a multiple-line debug message.