Class LauncherLogUtil

java.lang.Object
nablarch.fw.launcher.logging.LauncherLogUtil

public final class LauncherLogUtil extends Object
Mainでのログ出力をサポートするユーティリティクラス。
  • Method Details

    • initialize

      public static void initialize()
      クラスローダに紐付くLauncherLogFormatterを生成する。
    • getStartLogMsg

      public static String getStartLogMsg(CommandLine commandLine)
      起動ログメッセージを生成し、返却する。
      Parameters:
      commandLine - コマンドライン引数を持つオブジェクト
      Returns:
      生成したログメッセージ
    • getEndLogMsg

      public static String getEndLogMsg(int exitCode, long executeTime)
      終了ログのメッセージを生成し返却する。
      Parameters:
      exitCode - 終了コード
      executeTime - 実行時間
      Returns:
      生成したログメッセージ