Summary
Adds a trace listener.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Tracing - Containing Type
- ITrace
Syntax
void AddListener(TraceListener listener)
Parameters
Name | Type | Description |
---|---|---|
listener | TraceListener | The listener to add. |
Return Value
Type | Description |
---|---|
void |