XML Log File

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

Hi

I want to have a log file and then get some result from
it. It is a big log file. I heard that with logging in XML
format I can run a query on this text file is it possible?
Is there any sample?


Thanks
Alan
 
Hi Alan,

You can look at the XPathDocument class, this might be the functionality you
need.
 
Back
Top