Package nablarch.fw.messaging.logging
Class MessagingLogFormatter.MessageBodyHex
java.lang.Object
nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBody
nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBodyHex
- All Implemented Interfaces:
LogItem<MessagingLogFormatter.MessagingLogContext>
- Enclosing class:
- MessagingLogFormatter
出力項目(メッセージボディ内容)
メッセージボディのヘキサダンプを出力する。
また、マスク対象パターンが設定されている場合、該当箇所がマスクされた後のヘキサダンプが出力される。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionログの出力項目を取得する。Methods inherited from class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBody
getCharset
-
Constructor Details
-
MessageBodyHex
コンストラクタ。- Parameters:
maskingChar
- マスク文字maskingPatterns
- マスク対象のパターン
-
-
Method Details
-
get
ログの出力項目を取得する。- Specified by:
get
in interfaceLogItem<MessagingLogFormatter.MessagingLogContext>
- Overrides:
get
in classMessagingLogFormatter.MessageBody
- Parameters:
ctx
- ログの出力項目の取得に使用するコンテキスト- Returns:
- ログの出力項目
-