Click or drag to resize
Diagnostics Class
Inheritance Hierarchy
SystemObject
  CassandraDiagnostics

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static class Diagnostics

The Diagnostics type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCassandraTraceSwitch
Specifies what messages should be passed to the output log.

Field Value

Type: 
TraceLevel.Off - Output no tracing messages.

Field Value

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

Field Value

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

Field Value

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

Field Value

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

Top
Properties
  NameDescription
Public propertyStatic memberCassandraPerformanceCountersEnabled
Defines if performance counters should be enabled.

Default value is

Field Value

Type: 
false.

Public propertyStatic memberCassandraStackTraceIncluded
Defines if exception StackTrace information should be printed by trace logger.

Default value is

Field Value

Type: 
false.

Top
See Also