Package nablarch.fw.launcher.logging
Class LauncherLogFormatter.ExecuteTime
java.lang.Object
nablarch.fw.launcher.logging.LauncherLogFormatter.ExecuteTime
- All Implemented Interfaces:
LogItem<LauncherLogFormatter.LauncherLogContext>
- Enclosing class:
- LauncherLogFormatter
protected static class LauncherLogFormatter.ExecuteTime
extends Object
implements LogItem<LauncherLogFormatter.LauncherLogContext>
実行時間を取得する。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription実行時間を取得する。
-
Constructor Details
-
ExecuteTime
protected ExecuteTime()
-
-
Method Details
-
get
実行時間を取得する。LauncherLogFormatter.LauncherLogContext.getExecuteTime()
から取得した実行時間を返却する。- Specified by:
get
in interfaceLogItem<LauncherLogFormatter.LauncherLogContext>
- Parameters:
context
- ログの出力項目の取得に使用するコンテキスト- Returns:
- 実行時間
-