org.apache.xindice
Class Debug
java.lang.Object
|
+--org.apache.xindice.Debug
- public final class Debug
- extends java.lang.Object
Debug is a debugging class for the Xindice Server. Because the class
and the Debugging field are final, the Java compiler should always
inline the methods and optimize them away if Debugging is set to false.
Constructor Summary |
Debug()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Debugging
public static final boolean Debugging
Debug
public Debug()
SetPrintStream
public static void SetPrintStream(java.io.PrintStream out)
println
public static void println(java.lang.Object obj,
java.lang.Object message)
println
public static void println(java.lang.Object message)
println
public static void println()
printStackTrace
public static void printStackTrace(java.lang.Throwable t)
setPrintStream
public static void setPrintStream(java.io.PrintStream outStream)
setPrefix
public static void setPrefix(java.lang.String debugPrefix)
Copyright (c) 1999-2001 The Apache Software Foundation