Package nablarch.fw.messaging.logging
Class MessagingJsonLogFormatter.MessageBodyBuilder
java.lang.Object
nablarch.fw.messaging.logging.MessagingJsonLogFormatter.MessageBodyBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
- Enclosing class:
- MessagingJsonLogFormatter
public static class MessagingJsonLogFormatter.MessageBodyBuilder
extends Object
implements JsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
出力項目(メッセージボディ内容)を処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, MessagingLogFormatter.MessagingLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
MessageBodyBuilder
コンストラクタ。- Parameters:
maskingChar
- マスク文字maskingPatterns
- マスク対象のパターン
-
-
Method Details
-
build
public void build(Map<String, Object> structuredObject, MessagingLogFormatter.MessagingLogContext context) Description copied from interface:JsonLogObjectBuilder
構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-