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

Re: Enterprise Library Logging Block - Using an Xml Sink? by Alvin

Alvin
Sun Jun 26 00:18:08 CDT 2005

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
"Mark Fletcher" <MarkFletcher@discussions.microsoft.com> wrote in message
news:AB715B64-DE88-41B2-8BC3-20C80119DAC2@microsoft.com...
> 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
>