EDMConstants.TraceOptions


edm.edom3

Class EDMConstants.TraceOptions

  • java.lang.Object
    • edm.edom3.EDMConstants.TraceOptions
  • Enclosing interface:EDMConstants



    public static class EDMConstants.TraceOptions
    extends java.lang.Object

    Options for trace operations - usually not needed
    • Field Summary

      Fields 

      Modifier and TypeField and Description
      static longTRACE_ARGS
      Write argument values when calling EDMI functions
      static longTRACE_CALLS
      Write trace for each call to EDMI functions
      static longTRACE_ERRORS
      Write trace when errors occur
      static longTRACE_INTERNAL_CALLS
      Write trace on internal calls - may generate LOTS of trace output.
      static longTRACE_RETURNS
      Write trace when leaving EDMI functions
      static longTRACE_RINGFILE
      Write trace as a loop to a file, thus enabling a trace to last for days so you may interragate the trace just before a sporadic error.
    • Constructor Summary

      Constructors 

      Constructor and Description
      TraceOptions() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TRACE_CALLS

        public static final long TRACE_CALLS

        Write trace for each call to EDMI functions

        See Also:Constant Field Values

      • TRACE_ARGS

        public static final long TRACE_ARGS

        Write argument values when calling EDMI functions

        See Also:Constant Field Values

      • TRACE_RETURNS

        public static final long TRACE_RETURNS

        Write trace when leaving EDMI functions

        See Also:Constant Field Values

      • TRACE_ERRORS

        public static final long TRACE_ERRORS

        Write trace when errors occur

        See Also:Constant Field Values

      • TRACE_INTERNAL_CALLS

        public static final long TRACE_INTERNAL_CALLS

        Write trace on internal calls - may generate LOTS of trace output.

        See Also:Constant Field Values

      • TRACE_RINGFILE

        public static final long TRACE_RINGFILE

        Write trace as a loop to a file, thus enabling a trace to last for days so you may interragate the trace just before a sporadic error.

        See Also:Constant Field Values

    • Constructor Detail

      • TraceOptions

        public TraceOptions()