net.sf.beanlib.provider
Class BeanDebugger

java.lang.Object
  extended by net.sf.beanlib.provider.BeanDebugger

public class BeanDebugger
extends Object

Bean Debugger.

Author:
Joe D. Velopar

Constructor Summary
BeanDebugger()
           
 
Method Summary
 void debugBeanProperties(Object bean, org.apache.log4j.Logger log)
          Logs at debug level all readable properties of the given bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDebugger

public BeanDebugger()
Method Detail

debugBeanProperties

public void debugBeanProperties(Object bean,
                                org.apache.log4j.Logger log)
Logs at debug level all readable properties of the given bean.