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 Type Field and 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 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 functionsSee Also:Constant Field Values
TRACE_ARGS
public static final long TRACE_ARGS
Write argument values when calling EDMI functionsSee Also:Constant Field Values
TRACE_RETURNS
public static final long TRACE_RETURNS
Write trace when leaving EDMI functionsSee Also:Constant Field Values
TRACE_ERRORS
public static final long TRACE_ERRORS
Write trace when errors occurSee 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()