ncsa.tools.elf.core.utils
Class Debug

java.lang.Object
  extended byncsa.tools.elf.core.utils.Debug

public class Debug
extends java.lang.Object


Constructor Summary
Debug()
           
 
Method Summary
static void debug(IIdentifiable id, java.lang.String message)
           
static void error(IIdentifiable id, java.lang.String message)
           
static void error(IIdentifiable id, java.lang.String message, java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

debug

public static void debug(IIdentifiable id,
                         java.lang.String message)

error

public static void error(IIdentifiable id,
                         java.lang.String message,
                         java.lang.Throwable t)

error

public static void error(IIdentifiable id,
                         java.lang.String message)