Class BasicLogFormatter.DateItem

java.lang.Object
nablarch.core.log.DateItemSupport<LogContext>
nablarch.core.log.basic.BasicLogFormatter.DateItem
All Implemented Interfaces:
LogItem<LogContext>
Enclosing class:
BasicLogFormatter

public static class BasicLogFormatter.DateItem extends DateItemSupport<LogContext>
出力日時を取得するクラス。
  • Constructor Details

    • DateItem

      public DateItem(DateFormat dateFormat)
      コンストラクタ。
      Parameters:
      dateFormat - 日時フォーマット
  • Method Details

    • getDate

      protected Date getDate(LogContext context)
      日時を取得する。
      Specified by:
      getDate in class DateItemSupport<LogContext>
      Parameters:
      context - ログ出力項目の取得に使用するコンテキスト
      Returns:
      日時