Package nablarch.core.log.app
Class PerformanceJsonLogFormatter.StartFreeMemoryBuilder
java.lang.Object
nablarch.core.log.app.PerformanceJsonLogFormatter.StartFreeMemoryBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<PerformanceLogFormatter.PerformanceLogContext>
- Enclosing class:
- PerformanceJsonLogFormatter
public static class PerformanceJsonLogFormatter.StartFreeMemoryBuilder
extends Object
implements JsonLogObjectBuilder<PerformanceLogFormatter.PerformanceLogContext>
開始時の空きメモリ量を処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, PerformanceLogFormatter.PerformanceLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
StartFreeMemoryBuilder
public StartFreeMemoryBuilder()
-
-
Method Details
-
build
public void build(Map<String, Object> structuredObject, PerformanceLogFormatter.PerformanceLogContext context) 構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<PerformanceLogFormatter.PerformanceLogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-