org.springframework.boot.logging.java

Class JavaLoggingSystem.Factory

  • java.lang.Object
    • org.springframework.boot.logging.java.JavaLoggingSystem.Factory
    • Constructor Summary

      Constructors 
      Constructor and Description
      Factory() 
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getLoggingSystem

        public LoggingSystem getLoggingSystem(java.lang.ClassLoader classLoader)
        Description copied from interface: LoggingSystemFactory
        Return a logging system implementation or null if no logging system is available.
        Specified by:
        getLoggingSystem in interface LoggingSystemFactory
        Parameters:
        classLoader - the class loader to use
        Returns:
        a logging system