|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfedora.server.Debug
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");
| 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 |
public static boolean DEBUG
| Constructor Detail |
public Debug()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||