Package nablarch.fw.messaging.logging
Class MessagingJsonLogFormatter.ThreadNameBuilder
java.lang.Object
nablarch.fw.messaging.logging.MessagingJsonLogFormatter.ThreadNameBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
- Enclosing class:
- MessagingJsonLogFormatter
public static class MessagingJsonLogFormatter.ThreadNameBuilder
extends Object
implements JsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
出力項目(スレッド名)を処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, MessagingLogFormatter.MessagingLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
ThreadNameBuilder
public ThreadNameBuilder()
-
-
Method Details
-
build
public void build(Map<String, Object> structuredObject, MessagingLogFormatter.MessagingLogContext context) 構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-