Class MySqlTrace
Traces information about the client execution.
Inheritance
System.Object
MySqlTrace
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public class MySqlTrace
Properties
Listeners
Gets the list of trace listeners.
Declaration
public static TraceListenerCollection Listeners { get; }
Property Value
Type | Description |
---|---|
System.Diagnostics.TraceListenerCollection |
Switch
Gets or sets the switch to control tracing and debugging.
Declaration
public static SourceSwitch Switch { get; set; }
Property Value
Type | Description |
---|---|
System.Diagnostics.SourceSwitch |