org.apache.james.container.spring.logging.log4j
Class LoggerToComponentMapper

java.lang.Object
  extended by org.apache.james.container.spring.logging.log4j.LoggerToComponentMapper
All Implemented Interfaces:
LoggerToComponentMapper

public class LoggerToComponentMapper
extends java.lang.Object
implements LoggerToComponentMapper

simple default implementation. change the log4j configuration file to change specific logging behavior


Constructor Summary
LoggerToComponentMapper()
           
 
Method Summary
 org.apache.avalon.framework.logger.Logger getComponentLogger(java.lang.String beanName)
           
 void init()
           
 void setConfigurationResource(org.springframework.core.io.Resource propertiesResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerToComponentMapper

public LoggerToComponentMapper()
Method Detail

setConfigurationResource

public void setConfigurationResource(org.springframework.core.io.Resource propertiesResource)

init

public void init()

getComponentLogger

public org.apache.avalon.framework.logger.Logger getComponentLogger(java.lang.String beanName)
Specified by:
getComponentLogger in interface LoggerToComponentMapper


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.