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