Uses of Class
nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
Package
Description
nablarch.fw.launcher.Mainから出力するためのログメッセージをフォーマットする機能を提供する。
-
Uses of LauncherLogFormatter.LauncherLogContext in nablarch.fw.launcher.logging
Modifier and TypeMethodDescriptionprotected Map<String,
LogItem<LauncherLogFormatter.LauncherLogContext>> LauncherLogFormatter.getEndLogItems()
終了ログ用のログ出力項目を生成する。LauncherJsonLogFormatter.getObjectBuilders
(Map<String, String> props) フォーマット対象のログ出力項目を取得する。protected Map<String,
LogItem<LauncherLogFormatter.LauncherLogContext>> LauncherLogFormatter.getStartLogItems()
開始ログ用のログ出力項目を生成する。Modifier and TypeMethodDescriptionvoid
LauncherJsonLogFormatter.CommandLineArgumentsBuilder.build
(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) void
LauncherJsonLogFormatter.CommandLineOptionsBuilder.build
(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) void
LauncherJsonLogFormatter.ExecuteTimeBuilder.build
(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) void
LauncherJsonLogFormatter.ExitCodeBuilder.build
(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) void
LauncherJsonLogFormatter.LabelBuilder.build
(Map<String, Object> structuredObject, LauncherLogFormatter.LauncherLogContext context) LauncherLogFormatter.CommandLineArguments.get
(LauncherLogFormatter.LauncherLogContext context) コマンドライン引数を取得する。LauncherLogFormatter.CommandLineOptions.get
(LauncherLogFormatter.LauncherLogContext context) コマンドラインオプションを取得する。LauncherLogFormatter.ExecuteTime.get
(LauncherLogFormatter.LauncherLogContext context) 実行時間を取得する。LauncherLogFormatter.ExitCode.get
(LauncherLogFormatter.LauncherLogContext context) 終了コードを取得する。