Package org.apache.xmlbeans.impl.common
Class XBeanDebug
- java.lang.Object
-
- org.apache.xmlbeans.impl.common.XBeanDebug
-
public class XBeanDebug extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringdefaultPropstatic intTRACE_SCHEMA_LOADINGstatic StringtraceProp
-
Constructor Summary
Constructors Constructor Description XBeanDebug()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisable(int bits)static voidenable(int bits)static Stringlog(String message)static ThrowablelogException(Throwable t)static StringlogStackTrace(String message)static booleantest(int bits)static voidtrace(int bits, String message, int indent)
-
-
-
Field Detail
-
TRACE_SCHEMA_LOADING
public static final int TRACE_SCHEMA_LOADING
- See Also:
- Constant Field Values
-
traceProp
public static final String traceProp
- See Also:
- Constant Field Values
-
defaultProp
public static final String defaultProp
- See Also:
- Constant Field Values
-
-
Method Detail
-
enable
public static void enable(int bits)
-
disable
public static void disable(int bits)
-
trace
public static void trace(int bits, String message, int indent)
-
test
public static boolean test(int bits)
-
-