RE: Log4Net only for the committed techies

2005-03-19 Thread Marc Lewandowski
ch irresolvable arcana. -Marc -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 10:49 AM To: Log4NET User Subject: Re: Log4Net only for the committed techies But it doesn't prevent garbage. You still create a stringbuilder which becomes a

RE: Log4Net only for the committed techies

2005-03-18 Thread Dag Christensen
] Sent: 18. mars 2005 16:12 To: Log4NET User Cc: [EMAIL PROTECTED] Subject: Re: Log4Net only for the committed techies (...) >> LogLevel level = LogLevel.Debug; >> >> logger.Log(level, ""); > > Is this high level programmer? I'd be curious where this m

Re: Log4Net only for the committed techies

2005-03-18 Thread Jaroslaw Kowalski
ere's something to be written. There was a page somewhere on the log4net site which explained it in more detail. Jarek - Original Message - From: "Hart, Leo" <[EMAIL PROTECTED]> To: "Log4NET User" Sent: Friday, March 18, 2005 4:39 PM Subject: RE: Log4Net

RE: Log4Net only for the committed techies

2005-03-18 Thread Hart, Leo
Why not? It makes it so much fun to read! ;) -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 10:37 AM To: Log4NET User Subject: RE: Log4Net only for the committed techies Please don't write code like that :) --- "Hart, Le

RE: Log4Net only for the committed techies

2005-03-18 Thread Ron Grabowski
nd("]."); > > -Original Message- > From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] > Sent: Friday, March 18, 2005 10:12 AM > To: Log4NET User > Cc: [EMAIL PROTECTED] > Subject: Re: Log4Net only for the committed techies > > > Hi Ron, > > Some

RE: Log4Net only for the committed techies

2005-03-18 Thread Hart, Leo
2005 10:12 AM To: Log4NET User Cc: [EMAIL PROTECTED] Subject: Re: Log4Net only for the committed techies Hi Ron, Some answers to your questions inside: > Which leads me to believe that people often use less than 3 > placeholders. Do people really use 10 or 15 placeholders at a time? > Yu

Re: Log4Net only for the committed techies

2005-03-18 Thread Jaroslaw Kowalski
Hi Ron, Some answers to your questions inside: Which leads me to believe that people often use less than 3 placeholders. Do people really use 10 or 15 placeholders at a time? Yuck. I don't think there's anything wrong with this: log.Debug("My name is [" + name + "]."); The problem is: garbage. When

Re: Log4Net only for the committed techies

2005-03-18 Thread Ron Grabowski
--- Jaroslaw Kowalski <[EMAIL PROTECTED]> wrote: > 2. Console.WriteLine() lets you pass parameters for formatting while > log4net doesn't and requires you to use string concatenation or > explicit string.format() > > Console.WriteLine("aaa {0} {1} {2}", 1, DateTime.Now, 23); > > This may or may n

RE: Log4Net only for the committed techies

2005-03-17 Thread Owen Corpening
March 17, 2005 10:15 AM To: Log4NET User Subject: RE: Log4Net only for the committed techies   Have you seen this walkthrough?    http://www.ondotnet.com/pub/a/dotnet/2003/06/16/log4net.html   It was enough to get me started, though I did need to do some additiona

Re: Log4Net only for the committed techies

2005-03-17 Thread Ron Grabowski
Its possible to get log4net up and running with 13 lines of XML code and 1 line of C# (maybe less?): log4net.Config.DOMConfigurator.ConfigureAndWatch(new System.IO.FileInfo(AppDomain.CurrentDomain.SetupInformation.ApplicationBase + "log4net.config")); I think that's pre

RE: Log4Net only for the committed techies

2005-03-17 Thread Hart, Leo
y web app to recognize log4net or something, just ask."  I'll do my best to provide you with an answer, as will others on this list. -Original Message-From: Oliver Sturm [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 11:08 AMTo: Log4NET UserSubject: Re: Log4N

Re: Log4Net only for the committed techies

2005-03-17 Thread Oliver Sturm
David Anderson wrote: I have been following log4net-users for quite a while (and even had a couple of abortive efforts to get it working) and it strikes me that this is something which (at the moment) is only for the highly competent techies. Have you had a look at the samples at examples/net/1.0/

Log4Net only for the committed techies

2005-03-17 Thread David Anderson
Hi, I have been following log4net-users for quite a while (and even had a couple of abortive efforts to get it working) and it strikes me that this is something which (at the moment) is only for the highly competent techies. If you go to the Apache log4net site you are presented with very little