Re: [DOTNET] Generating XML Log Files

2002-04-22 Thread Smiley, Shawn
le Street , Suite 401 Portland, ME 04101 P 207 774-2104 x222 * F 207 772-2400 -Original Message- From: Walt Ritscher [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 5:39 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Generating XML Log Files Ignore the previous post - he pro

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Walt Ritscher
--- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Walt Ritscher Sent: Friday, April 19, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Generating XML Log Files Perhaps he meant this site? http://jakarta.apache.org/avalon/logkit/ Walt Ritscher -Original Message--

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Axel Heitland
=2 6 Regards Axel -Original Message- From: Justin Harrell [mailto:[EMAIL PROTECTED]] Sent: Freitag, 19. April 2002 22:52 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Generating XML Log Files What is Logkit.net, Google turns up nothing. Also I implemented my own mechanism in less than a

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Walt Ritscher
Perhaps he meant this site? http://jakarta.apache.org/avalon/logkit/ Walt Ritscher -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Justin Harrell Sent: Friday, April 19, 2002 1:52 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Generating XML Log Files

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Justin Harrell
, April 19, 2002 4:41 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Generating XML Log Files Why not use Logkit.Net and implement your own XML formatter? -Original Message- From: Justin Harrell [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 2:18 PM To: [EMAIL PROTECTED] Subject

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Block, Jeffrey A.
What is Logkit.Net? Jeff Block -Original Message- From: Nantz, Brian [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 4:41 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Generating XML Log Files Why not use Logkit.Net and implement your own XML formatter? -Original Message

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Nantz, Brian
Why not use Logkit.Net and implement your own XML formatter? -Original Message- From: Justin Harrell [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 2:18 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Generating XML Log Files While working on my own project I too wanted to use

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Justin Harrell
While working on my own project I too wanted to use XML for logging. On eissue is of course you would not want to use a in-memory dom model and save the entire log on every modification, as that technique would not scale as the number of entries became more than a few. The other issue with xml l

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread franklin gray
exactly how does that work? -Original Message- From: Murphy, James [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 1:51 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Generating XML Log Files I wouldn't hold the XmlDocument in memory but rather stream the xml to disk whe

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Murphy, James
I wouldn't hold the XmlDocument in memory but rather stream the xml to disk when you want to log something using an XmlTextWriter. Jim > -Original Message- > From: Smiley, Shawn [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 19, 2002 2:19 PM > To: [EMAIL PROTECTED] > Subject: [DOTNET]