protected static class LauncherLogFormatter.ExecuteTime extends java.lang.Object implements LogItem<LauncherLogFormatter.LauncherLogContext>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ExecuteTime()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
get(LauncherLogFormatter.LauncherLogContext context)
実行時間を取得する。
 
  
LauncherLogFormatter.LauncherLogContext.getExecuteTime()
 から取得した実行時間を返却する。 | 
public java.lang.String get(LauncherLogFormatter.LauncherLogContext context)
LauncherLogFormatter.LauncherLogContext.getExecuteTime()
 から取得した実行時間を返却する。get in interface LogItem<LauncherLogFormatter.LauncherLogContext>context - ログの出力項目の取得に使用するコンテキスト