Enterprise Library Logging Block - Using an Xml Sink?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there a way to use the logging block to write out the log as pure xml?
Ive got an application that writes the log to a file and I want to be able to
read this into a web application. I dont need to log to a database as this
would be overkill for what Im trying to do.

Thanks,

Mark
 
why the fixation on xml? xml logs are bloated and take up excessive space on
disk. you are much better off writing it as pure text which is light and
less resource intensive. read it in and then convert it xml if that is your
intention
--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 
Back
Top