it.openutils.deployment.log4j
Class EnvironmentLog4jConfigListener

java.lang.Object
  extended by org.springframework.web.util.Log4jConfigListener
      extended by it.openutils.deployment.log4j.EnvironmentLog4jConfigListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class EnvironmentLog4jConfigListener
extends org.springframework.web.util.Log4jConfigListener

Version:
$Id$
Author:
Fabrizio Giustina

Field Summary
static java.lang.String DEFAULT_INITIALIZATION_PARAMETER
          Default value for the DEFAULT_INITIALIZATION_PARAMETER parameter.
 
Constructor Summary
EnvironmentLog4jConfigListener()
           
 
Method Summary
 void contextInitialized(javax.servlet.ServletContextEvent event)
          
static void initLogging(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class org.springframework.web.util.Log4jConfigListener
contextDestroyed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_INITIALIZATION_PARAMETER

public static final java.lang.String DEFAULT_INITIALIZATION_PARAMETER
Default value for the DEFAULT_INITIALIZATION_PARAMETER parameter.

See Also:
Constant Field Values
Constructor Detail

EnvironmentLog4jConfigListener

public EnvironmentLog4jConfigListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class org.springframework.web.util.Log4jConfigListener

initLogging

public static void initLogging(javax.servlet.ServletContext servletContext)


Copyright © 2009 Openmind. All Rights Reserved.