com.togethersoft.openapi.util.diagnostic
Interface DiagnosticMode


public interface DiagnosticMode

This interface contains trace and assertion mode constants

Author:
TogetherSoft
Since: 5.5

Field Summary
 final static intASSERT_DISABLED
          Assertion are disabled
 final static intASSERT_MESSAGE
          Only assertion message is printed
 final static intASSERT_STACK
          Assertion message and call stack are printed
 final static intTRACE_DISABLED
          Traces are disabled
 final static intTRACE_MESSAGE
          Only trace message is printed
 final static intTRACE_STACK
          Trace message and call stack are printed

Field Detail

ASSERT_DISABLED

public final static int ASSERT_DISABLED
Assertion are disabled

ASSERT_MESSAGE

public final static int ASSERT_MESSAGE
Only assertion message is printed

ASSERT_STACK

public final static int ASSERT_STACK
Assertion message and call stack are printed

TRACE_DISABLED

public final static int TRACE_DISABLED
Traces are disabled

TRACE_MESSAGE

public final static int TRACE_MESSAGE
Only trace message is printed

TRACE_STACK

public final static int TRACE_STACK
Trace message and call stack are printed