|
keycloak-federation
|

公開メンバ関数 | |
| void | filter (PrintStream output, int level, String location, String extra, String message, String[] lines) |
This interface can be used to provide custom printing filters for certain classes.
| void cx.ath.matthew.debug.Debug.FilterCommand.filter | ( | PrintStream | output, |
| int | level, | ||
| String | location, | ||
| String | extra, | ||
| String | message, | ||
| String [] | lines | ||
| ) |
Called to print debug messages with a custom filter.
| 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. |
1.8.13