Class LogbackLoggingSystem.Factory
java.lang.Object
org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
- All Implemented Interfaces:
LoggingSystemFactory
- Enclosing class:
LogbackLoggingSystem
@Order(-2147482624)
public static class LogbackLoggingSystem.Factory
extends Object
implements LoggingSystemFactory
LoggingSystemFactory that returns LogbackLoggingSystem if possible.- Since:
- 1.0.0
- Author:
- Phillip Webb, Dave Syer, Andy Wilkinson, Ben Hale
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable LoggingSystemgetLoggingSystem(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
-