Class JsonLogFormatter.ProcessingSystemBuilder

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

public static class JsonLogFormatter.ProcessingSystemBuilder extends Object implements JsonLogObjectBuilder<LogContext>
処理方式を処理するクラス。
  • Constructor Details

    • ProcessingSystemBuilder

      public ProcessingSystemBuilder(String processingSystem)
      コンストラクタ。
      Parameters:
      processingSystem - 処理方式
  • Method Details

    • build

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