TraceListener

for RuBoard

Classes derived from the abstract class TraceListener represent destinations for the diagnostic output. The TextWriterTraceListener is designed to direct output to a TextWriter , Stream , or FileStream . Console.Out is an example of a commonly used output stream. The EventLogTraceListener class allows you to send output to an EventLog. You can create your own event logs with the EventLog 's static method CreateEventSource method. The DefaultTraceListener sends output to the debugging output window. Default Debug output can be viewed in Visual Studio.NET's Output window or with utilities (such as DBMon, which is included with this project). You can customize where output appears by implementing your own class derived from TraceListener .

for RuBoard


Application Development Using C# and .NET
Application Development Using C# and .NET
ISBN: 013093383X
EAN: 2147483647
Year: 2001
Pages: 158

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net