Package nablarch.fw.launcher.logging
Class LauncherLogUtil
java.lang.Object
nablarch.fw.launcher.logging.LauncherLogUtil
Main
でのログ出力をサポートするユーティリティクラス。-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getEndLogMsg
(int exitCode, long executeTime) 終了ログのメッセージを生成し返却する。static String
getStartLogMsg
(CommandLine commandLine) 起動ログメッセージを生成し、返却する。static void
クラスローダに紐付くLauncherLogFormatter
を生成する。
-
Method Details
-
initialize
public static void initialize()クラスローダに紐付くLauncherLogFormatter
を生成する。 -
getStartLogMsg
起動ログメッセージを生成し、返却する。- Parameters:
commandLine
- コマンドライン引数を持つオブジェクト- Returns:
- 生成したログメッセージ
-
getEndLogMsg
終了ログのメッセージを生成し返却する。- Parameters:
exitCode
- 終了コードexecuteTime
- 実行時間- Returns:
- 生成したログメッセージ
-