Package nablarch.fw.launcher.logging
Class LauncherJsonLogFormatter.LabelBuilder
java.lang.Object
nablarch.fw.launcher.logging.LauncherJsonLogFormatter.LabelBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<LauncherLogFormatter.LauncherLogContext>
- Enclosing class:
- LauncherJsonLogFormatter
public static class LauncherJsonLogFormatter.LabelBuilder
extends Object
implements JsonLogObjectBuilder<LauncherLogFormatter.LauncherLogContext>
出力項目(ラベル)を処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
LabelBuilder
コンストラクタ。- Parameters:
label
- ラベル
-
-
Method Details
-
build
public void build(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) Description copied from interface:JsonLogObjectBuilder
構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<LauncherLogFormatter.LauncherLogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-