Class TraceListener
An abstract trace listener that raises trace start/stop trace events when implemented in a concrete class.
Implements
Inherited Members
Namespace: Couchbase.Core.Diagnostics.Tracing
Assembly: Couchbase.NetClient.dll
Syntax
public abstract class TraceListener : IDisposable
Properties
| Edit this page View SourceListener
The ActivityListener used for listening to trace events.
Declaration
public ActivityListener Listener { get; }
Property Value
Type | Description |
---|---|
ActivityListener |
Methods
| Edit this page View SourceDispose()
Disposes of the ActivityListener instance.
Declaration
public virtual void Dispose()
Start()
Starts the underlying ActivityListener so that trace events can be captured.
Declaration
public abstract void Start()