Class LogbackLoggingSystem.Factory
java.lang.Object
org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
- All Implemented Interfaces:
 LoggingSystemFactory
- Enclosing class:
 - LogbackLoggingSystem
 
@Order(2147483647)
public static class LogbackLoggingSystem.Factory
extends Object
implements LoggingSystemFactory
LoggingSystemFactory that returns LogbackLoggingSystem if possible.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetLoggingSystem(ClassLoader classLoader) Return a logging system implementation ornullif no logging system is available. 
- 
Constructor Details
- 
Factory
public Factory() 
 - 
 - 
Method Details
- 
getLoggingSystem
Description copied from interface:LoggingSystemFactoryReturn a logging system implementation ornullif no logging system is available.- Specified by:
 getLoggingSystemin interfaceLoggingSystemFactory- Parameters:
 classLoader- the class loader to use- Returns:
 - a logging system
 
 
 -