Class JsonLogFormatter.PayloadBuilder

java.lang.Object
nablarch.core.log.basic.JsonLogFormatter.PayloadBuilder
All Implemented Interfaces:
JsonLogObjectBuilder<LogContext>
Enclosing class:
JsonLogFormatter

public static class JsonLogFormatter.PayloadBuilder extends Object implements JsonLogObjectBuilder<LogContext>
オプション情報に指定されたオブジェクトを処理するクラス。
  • Constructor Details

    • PayloadBuilder

      public PayloadBuilder(FormatErrorSupport errorSupport)
      コンストラクタ
  • Method Details

    • build

      public void build(Map<String,Object> structuredObject, LogContext context)
      構造化ログのオブジェクトを構築する。
      Specified by:
      build in interface JsonLogObjectBuilder<LogContext>
      Parameters:
      structuredObject - 構築先のオブジェクト
      context - ログコンテキスト