クラス LoggingService

java.lang.Object
org.iplass.mtp.impl.logging.LoggingService
すべての実装されたインタフェース:
Service
直系の既知のサブクラス:
LogbackLoggingService

public abstract class LoggingService extends Object implements Service
  • コンストラクタの詳細

    • LoggingService

      public LoggingService()
  • メソッドの詳細

    • getMaxAgeSecondsOfLogCondition

      public Long getMaxAgeSecondsOfLogCondition()
    • init

      public void init(Config config)
      定義:
      init インタフェース内 Service
    • destroy

      public void destroy()
      定義:
      destroy インタフェース内 Service
    • createRuntime

      protected abstract Object createRuntime(LogCondition logCondition)
    • getLoggingContext

      public LoggingContext getLoggingContext(TenantContext tenantContext)