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