Package nablarch.fw.web.handler
Class HttpAccessJsonLogFormatter.LabelBuilder
java.lang.Object
nablarch.fw.web.handler.HttpAccessJsonLogFormatter.LabelBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
- HttpAccessJsonLogFormatter
public static class HttpAccessJsonLogFormatter.LabelBuilder
extends Object
implements JsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>
ラベルを処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, HttpAccessLogFormatter.HttpAccessLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
LabelBuilder
コンストラクタ。- Parameters:
label
- ラベル
-
-
Method Details
-
build
public void build(Map<String, Object> structuredObject, HttpAccessLogFormatter.HttpAccessLogContext context) 構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<HttpAccessLogFormatter.HttpAccessLogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-