Class LoggingBootstrapInitializer
java.lang.Object
com.atlassian.confluence.impl.webapp.LoggingBootstrapInitializer
A Spring
WebApplicationInitializer
which configured and bootstraps the Log4j 2.x and SLF4J logging
frameworks.
This *must* run before any other application code, otherwise the logging frameworks may get initialized with incorrect configuration.
- Since:
- 8.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoggingBootstrapInitializer
public LoggingBootstrapInitializer()
-
-
Method Details
-
onStartup
public void onStartup(javax.servlet.ServletContext servletContext)
-