public class Log4jConfigurer
extends org.springframework.web.util.WebAppRootListener
ServletContextListener
to initialize log4j logging.Modifier and Type | Field and Description |
---|---|
protected static String |
LOG4J_PROPERTIES |
static String |
WEB_INF |
Constructor and Description |
---|
Log4jConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
protected static final String LOG4J_PROPERTIES
public static final String WEB_INF
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
contextInitialized
in class org.springframework.web.util.WebAppRootListener
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
contextDestroyed
in class org.springframework.web.util.WebAppRootListener
Copyright © 2011–2021 aiticon GmbH. All rights reserved.