Click or drag to resize
DiagnosticsCassandraTraceSwitch Field
Specifies what messages should be passed to the output log.

Field Value

Type: TraceSwitch
TraceLevel.Off - Output no tracing messages.

Field Value

Type: TraceSwitch
TraceLevel.Error - Output error-handling messages.

Field Value

Type: TraceSwitch
TraceLevel.Warning - Output warnings and error-handling messages.

Field Value

Type: TraceSwitch
TraceLevel.Info - Output informational messages, warnings, and error-handling messages.

Field Value

Type: TraceSwitch
TraceLevel.Verbose - Output all debugging and tracing messages.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static readonly TraceSwitch CassandraTraceSwitch

Field Value

Type: TraceSwitch
See Also