FileLogTraceListener in asp.net 2.0 project

S

Steven Cheng[MSFT]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top