Package com.zebra.rfid.api3
Class TRACE_LEVEL
java.lang.Object
com.zebra.rfid.api3.TRACE_LEVEL
TRACE_LEVEL: Trace-level setting for SetTraceLevel
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intstatic final TRACE_LEVELEnable all tracesstatic final TRACE_LEVELSet trace-level to see Errorsstatic final TRACE_LEVELSet trace-level to see Fatal Errorsstatic final TRACE_LEVELSet trace-level to see infostatic final TRACE_LEVELDisable all tracesstatic final TRACE_LEVELSet trace-level to see verbosestatic final TRACE_LEVELSet trace-level to see Warnings -
Method Summary
-
Field Details
-
TRACE_LEVEL_OFF
Disable all traces -
TRACE_LEVEL_FATAL
Set trace-level to see Fatal Errors -
TRACE_LEVEL_ERROR
Set trace-level to see Errors -
TRACE_LEVEL_WARNING
Set trace-level to see Warnings -
TRACE_LEVEL_INFO
Set trace-level to see info -
TRACE_LEVEL_VERBOSE
Set trace-level to see verbose -
TRACE_LEVEL_ALL
Enable all traces -
ordinal
public final int ordinal
-
-
Method Details