public static interface Debug.FilterCommand
| Modifier and Type | Method and Description |
|---|---|
void |
filter(PrintStream output,
int level,
String location,
String extra,
String message,
String[] lines)
Called to print debug messages with a custom filter.
|
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.Copyright © 2019 JBoss by Red Hat. All rights reserved.