The ComponentSpace.TraceListeners namespace contains various trace listener classes.
| Class | Description |
|---|---|
| CyclicFileTraceListener | The CyclicFileTraceListener is a trace listener that writes to a file (eg. 00000.log), until it reaches a configurable size, and then writes to the next file in the sequence (00001.log). |
| HttpTraceListener | The HttpTraceListener is a trace listener that uploads trace messages to a URL. |
| MsmqTraceListener | The MsmqTraceListener is a trace listener that writes messages to a queue. |
| SmtpTraceListener | The SmtpTraceListener is a trace listener that emails messages. |