Package nablarch.core.log.basic
Class JsonLogFormatter.LogLevelBuilder
java.lang.Object
nablarch.core.log.basic.JsonLogFormatter.LogLevelBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<LogContext>
- Enclosing class:
- JsonLogFormatter
public static class JsonLogFormatter.LogLevelBuilder
extends Object
implements JsonLogObjectBuilder<LogContext>
ログレベルを処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, LogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
LogLevelBuilder
コンストラクタ。- Parameters:
levelLabelProvider
- LogLevelLabelProvider
-
-
Method Details
-
build
構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<LogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-