Interface LoggingSystemFactory

All Known Implementing Classes:
JavaLoggingSystem.Factory, Log4J2LoggingSystem.Factory, LogbackLoggingSystem.Factory

public interface LoggingSystemFactory
Factory class used by LoggingSystem.get(ClassLoader) to find an actual implementation.
Since:
2.4.0
Author:
Phillip Webb
  • Method Details