See: Description
Class | Description |
---|---|
LauncherJsonLogFormatter |
起動ログのメッセージをJSON形式でフォーマットするクラス。
|
LauncherJsonLogFormatter.CommandLineArgumentsBuilder |
出力項目(コマンドライン引数)を処理するクラス。
|
LauncherJsonLogFormatter.CommandLineOptionsBuilder |
出力項目(コマンドラインオプション)を処理するクラス。
|
LauncherJsonLogFormatter.ExecuteTimeBuilder |
出力項目(処理時間)を処理するクラス。
|
LauncherJsonLogFormatter.ExitCodeBuilder |
出力項目(終了コード)を処理するクラス。
|
LauncherJsonLogFormatter.LabelBuilder |
出力項目(ラベル)を処理するクラス。
|
LauncherLogFormatter |
Main で出力するログメッセージをフォーマットするクラス。 |
LauncherLogFormatter.CommandLineArguments |
コマンドライン引数を取得する。
コマンドライン引数は、
CommandLine.getArgs() から取得する。 |
LauncherLogFormatter.CommandLineOptions |
コマンドラインオプションを取得する。
コマンドラインオプションは、
CommandLine.getParamMap() から取得した値。 |
LauncherLogFormatter.ExecuteTime |
実行時間を取得する。
|
LauncherLogFormatter.ExitCode |
終了コードを取得する。
|
LauncherLogFormatter.LauncherLogContext |
バッチ実行ログコンテキスト
|
LauncherLogUtil |
Main でのログ出力をサポートするユーティリティクラス。 |