Summary
Removes trace listener.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Tracing - Containing Type
- ITrace
Syntax
void RemoveListener(TraceListener listener)
Parameters
Name | Type | Description |
---|---|---|
listener | TraceListener | The listener to remove. |
Return Value
Type | Description |
---|---|
void |