fedora.server
Class Debug

java.lang.Object
  extended byfedora.server.Debug

public abstract class Debug
extends java.lang.Object

Title: Debug.java

Description: Provides static boolean that can be checked for conditional debugging. The default value is false. Normally the value is affected by the running server instance's fedora.fcfg file "debug" parameter.
Example Use:

 if (fedora.server.Debug.DEBUG) System.out.println("Something");
 

Version:
$Id: Debug.java,v 1.3 2005/04/21 12:45:06 rlw Exp $
Author:
cwilper@cs.cornell.edu

Field Summary
static boolean DEBUG
           
 
Constructor Summary
Debug()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

Debug

public Debug()