Package nablarch.core.log.basic
Class BasicLogFormatter.DateItem
- All Implemented Interfaces:
LogItem<LogContext>
- Enclosing class:
- BasicLogFormatter
出力日時を取得するクラス。
-
Constructor Summary
-
Method Summary
Methods inherited from class nablarch.core.log.DateItemSupport
get
-
Constructor Details
-
DateItem
コンストラクタ。- Parameters:
dateFormat
- 日時フォーマット
-
-
Method Details
-
getDate
日時を取得する。- Specified by:
getDate
in classDateItemSupport<LogContext>
- Parameters:
context
- ログ出力項目の取得に使用するコンテキスト- Returns:
- 日時
-