Package nablarch.fw.launcher.logging
Class LauncherJsonLogFormatter.CommandLineOptionsBuilder
java.lang.Object
nablarch.fw.launcher.logging.LauncherJsonLogFormatter.CommandLineOptionsBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<LauncherLogFormatter.LauncherLogContext>
- Enclosing class:
- LauncherJsonLogFormatter
public static class LauncherJsonLogFormatter.CommandLineOptionsBuilder
extends Object
implements JsonLogObjectBuilder<LauncherLogFormatter.LauncherLogContext>
出力項目(コマンドラインオプション)を処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
CommandLineOptionsBuilder
public CommandLineOptionsBuilder()
-
-
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
- ログコンテキスト
-