Package com.netcracker.profiler.servlet
Class Logback2LoggingSystem.Factory
java.lang.Object
com.netcracker.profiler.servlet.Logback2LoggingSystem.Factory
- All Implemented Interfaces:
org.springframework.boot.logging.LoggingSystemFactory
- Enclosing class:
Logback2LoggingSystem
@Order(-2147483648)
public static class Logback2LoggingSystem.Factory
extends Object
implements org.springframework.boot.logging.LoggingSystemFactory
LoggingSystemFactory that returns Logback2LoggingSystem if possible.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.logging.LoggingSystemgetLoggingSystem(ClassLoader classLoader)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getLoggingSystem
- Specified by:
getLoggingSystemin interfaceorg.springframework.boot.logging.LoggingSystemFactory
-