Writing to the IIS log

  • Thread starter Thread starter Spondishy
  • Start date Start date
S

Spondishy

Hi

I'm developing some custom logging for our internal MI team. I was
considering developing a HTTPModule that sits in the pipeline and uses
the AppendToLog method.

Is there any better way of doing this, or is this method OK?

Thanks.
 
its the easiest. you can supply a log filter if you want more, but it can
not be written in .net.

-- bruce (sqlwork.com)
 
Back
Top