Interface DebugConstants

    • Field Detail

      • DEBUG_LEVEL_ERROR

        static final int DEBUG_LEVEL_ERROR
        Show errors or possible branch points of errors, but ones that still allow the control flow to continue
        See Also:
        Constant Field Values
      • DEBUG_LEVEL_SEVERE

        static final int DEBUG_LEVEL_SEVERE
        Show error that stop the control flow that probably lead the application to abort of be unrecoverable.
        See Also:
        Constant Field Values
      • DEBUG_LEVEL_WARN

        static final int DEBUG_LEVEL_WARN
        Display warnings about the control flow and possibly harmful things
        See Also:
        Constant Field Values
      • DEBUG_LEVEL_INFO

        static final int DEBUG_LEVEL_INFO
        Only basic information should be displayed, such as milestones in the control flow
        See Also:
        Constant Field Values
      • DEBUG_LEVEL_TRACE

        static final int DEBUG_LEVEL_TRACE
        Show detailed information about the execution so that detailed information about the control flow can be seen. Note that this may be extremely verbose.
        See Also:
        Constant Field Values