インターフェース LoggingSystemFactory

すべての既知の実装クラス:
JavaLoggingSystem.FactoryLog4J2LoggingSystem.FactoryLogbackLoggingSystem.Factory

public interface LoggingSystemFactory
実際の実装を見つけるために LoggingSystem.get(ClassLoader) によって使用されるファクトリクラス。
導入:
2.4.0
作成者:
Phillip Webb
  • メソッドの詳細

    • getLoggingSystem

      LoggingSystem getLoggingSystem(ClassLoaderSE classLoader)
      使用可能なロギングシステムがない場合は、ロギングシステムの実装または null を返します。
      パラメーター:
      classLoader - 使用するクラスローダー
      戻り値:
      ロギングシステム
    • fromSpringFactories

      static LoggingSystemFactory fromSpringFactories()
      spring.factories による LoggingSystemFactory を返します。
      戻り値:
      LoggingSystemFactory インスタンス