Enterprise Library Logging Block - Using an Xml Sink?

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
 
A

Alvin Bruney [MVP - ASP.NET]

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
 

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