Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » factory » config » [javadoc | source]
org.springframework.beans.factory.config
public class: CommonsLogFactoryBean [javadoc | source]
java.lang.Object
   org.springframework.beans.factory.config.CommonsLogFactoryBean

All Implemented Interfaces:
    InitializingBean, FactoryBean

Factory bean for commons-logging org.apache.commons.logging.Log instances.

Useful for sharing Log instances among multiple beans instead of using one Log instance per class name, e.g. for common log topics.

Method from org.springframework.beans.factory.config.CommonsLogFactoryBean Summary:
afterPropertiesSet,   getObject,   getObjectType,   isSingleton,   setLogName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.beans.factory.config.CommonsLogFactoryBean Detail:
 public  void afterPropertiesSet() 
 public Object getObject() 
 public Class getObjectType() 
 public boolean isSingleton() 
 public  void setLogName(String logName) 
    The name of the log.

    This property is required.