Package nablarch.core.log.app
Class PerformanceLogUtil
java.lang.Object
nablarch.core.log.app.PerformanceLogUtil
パフォーマンスログを出力するクラス。
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
測定を終了しパフォーマンスログを出力する。static void
クラスローダに紐付くPerformanceLogFormatter
を生成する。static void
測定を開始する。
-
Method Details
-
initialize
public static void initialize()クラスローダに紐付くPerformanceLogFormatter
を生成する。 -
start
測定を開始する。- Parameters:
point
- 測定対象を識別するID
-
end
@Published(tag="architect") public static void end(String point, String result, Object... logOptions) 測定を終了しパフォーマンスログを出力する。- Parameters:
point
- 測定対象を識別するIDresult
- 処理結果を表す文字列logOptions
- ログのオプション情報
-