Package nablarch.fw.launcher.logging
Class LauncherJsonLogFormatter.CommandLineArgumentsBuilder
java.lang.Object
nablarch.fw.launcher.logging.LauncherJsonLogFormatter.CommandLineArgumentsBuilder
- All Implemented Interfaces:
- JsonLogObjectBuilder<LauncherLogFormatter.LauncherLogContext>
- Enclosing class:
- LauncherJsonLogFormatter
public static class LauncherJsonLogFormatter.CommandLineArgumentsBuilder
extends Object
implements JsonLogObjectBuilder<LauncherLogFormatter.LauncherLogContext>
出力項目(コマンドライン引数)を処理するクラス。
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbuild(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) 構造化ログのオブジェクトを構築する。
- 
Constructor Details- 
CommandLineArgumentsBuilderpublic CommandLineArgumentsBuilder()
 
- 
- 
Method Details- 
buildpublic void build(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) Description copied from interface:JsonLogObjectBuilder構造化ログのオブジェクトを構築する。- Specified by:
- buildin interface- JsonLogObjectBuilder<LauncherLogFormatter.LauncherLogContext>
- Parameters:
- structuredObject- 構築先のオブジェクト
- context- ログコンテキスト
 
 
-