资 源 简 介
Overview
TryTrace is a diagnostics tool which facilitates you to see the trace output of your .NET application in real-time. This contains two components, viz TcpTraceListener & TraceMonitor
TcpTraceListener is the plug-in library which will route your trace out to the specified port. TraceMonitor is a simple TCP client which facilitates to see the trace output. Alternatively, you can always look at the trace output by making a telnet to the specified port.
Usage
1.Copy TcpTraceListener and TraceMonitor to a directory, say C:Temp
2.Register TcpTraceListener.dll to GAC if you need to share this among different applications in the system, by issuing gacutil command at Visual Studio command prompt.
gacutil –I C:TempTcpTraceListener.dll
3.Add reference to TcpTraceListener.dll for the project you desire.
4.Add this to the list of trace listeners.
Param.TraceListener.TcpTraceListener