keycloak-federation
公開メンバ関数 | 全メンバ一覧
cx.ath.matthew.debug.Debug.FilterCommand インタフェース
cx.ath.matthew.debug.Debug.FilterCommand 連携図
Collaboration graph

公開メンバ関数

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.

関数詳解

◆ filter()

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.

引数
outputThe PrintStream to output to.
levelThe debug level of this message.
locationThe textual location of the message.
extraExtra information such as timing details.
messageThe debug message.
linesOther lines of a multiple-line debug message.

このインタフェース詳解は次のファイルから抽出されました: