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