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