Class AppLogUtil

java.lang.Object
nablarch.core.log.app.AppLogUtil

public final class AppLogUtil extends Object
各種ログ出力の実装を助けるユーティリティ。
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    各種ログ設定のファイルパスを取得する。
    static Map<String,String>
    各種ログ出力の設定情報を取得する。
    設定情報はプロパティファイル("classpath:app-log.properties")から取得する。
    システムプロパティ("nablarch.appLog.filePath")が指定されている場合は、 システムプロパティで指定されたパスを使用する。

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getProps

      public static Map<String,String> getProps()
      各種ログ出力の設定情報を取得する。
      設定情報はプロパティファイル("classpath:app-log.properties")から取得する。
      システムプロパティ("nablarch.appLog.filePath")が指定されている場合は、 システムプロパティで指定されたパスを使用する。
      Returns:
      各種ログ出力の設定情報
    • getFilePath

      public static String getFilePath()
      各種ログ設定のファイルパスを取得する。
      Returns:
      各種ログ設定のファイルパス