Package org.eclipse.lsp4j
Class TraceValue
- java.lang.Object
-
- org.eclipse.lsp4j.TraceValue
-
public final class TraceValue extends java.lang.ObjectA TraceValue represents the level of verbosity with which the server systematically reports its execution trace using$/logTracenotifications. The initial trace value is set by the client at initialization and can be modified later using the$/setTracenotification.
-
-
Field Detail
-
Off
public static final java.lang.String Off
- See Also:
- Constant Field Values
-
Messages
public static final java.lang.String Messages
- See Also:
- Constant Field Values
-
Verbose
public static final java.lang.String Verbose
- See Also:
- Constant Field Values
-
-