org.javalid.core.support
Class DebugSupport

java.lang.Object
  extended by org.javalid.core.support.DebugSupport

public class DebugSupport
extends java.lang.Object

Provides some print related functions for debugging purposes only.

Since:
1.0
Version:
1.0
Author:
M.Reuvers

Constructor Summary
DebugSupport()
           
 
Method Summary
 void printMethods(java.util.List<java.lang.reflect.Method> methods, org.apache.log4j.Logger logger)
          Prints the name of the methods given in the list to logger.debug
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugSupport

public DebugSupport()
Method Detail

printMethods

public void printMethods(java.util.List<java.lang.reflect.Method> methods,
                         org.apache.log4j.Logger logger)
Prints the name of the methods given in the list to logger.debug

Parameters:
methods - The methods to print
logger - The logger to use