Package 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 Type Field Description static long
TRACE_ARGS
Write argument values when calling EDMI functionsstatic long
TRACE_CALLS
Write trace for each call to EDMI functionsstatic long
TRACE_ERRORS
Write trace when errors occurstatic long
TRACE_INTERNAL_CALLS
Write trace on internal calls - may generate LOTS of trace output.static long
TRACE_RETURNS
Write trace when leaving EDMI functionsstatic 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.
-
Constructor Summary
Constructors Constructor Description TraceOptions()
-
-
-
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
-
-