Package nablarch.core.log.app
Class PerformanceLogFormatter.PointItem
java.lang.Object
nablarch.core.log.app.PerformanceLogFormatter.PointItem
- All Implemented Interfaces:
LogItem<PerformanceLogFormatter.PerformanceLogContext>
- Enclosing class:
- PerformanceLogFormatter
public static class PerformanceLogFormatter.PointItem
extends Object
implements LogItem<PerformanceLogFormatter.PerformanceLogContext>
ポイントを取得するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionポイントを取得する。
-
Constructor Details
-
PointItem
public PointItem()
-
-
Method Details
-
get
ポイントを取得する。- Specified by:
get
in interfaceLogItem<PerformanceLogFormatter.PerformanceLogContext>
- Parameters:
context
-PerformanceLogFormatter.PerformanceLogContext
- Returns:
- ポイント
-