FileLogTraceListener in asp.net 2.0 project

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Garlo,

Welcome to the MSDN newsgroup.

As for the FileLogTraceListener class, it is just a simple File based
TraceListener contained in the Microsoft.VisualBasic.Logging namespace,
also since this is a new class in .net framework , so I think it is purely
.net implemented and won't have any particular drawback for ASP.NET
application. In addition, there are also some other TraceListeners under
the System.Diagnostics namespace that can help perform file based tracing,
e.g: TextWriteTraceListener , XmlWriteTraceListener ...

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top