Return-Path: Delivered-To: apmail-logging-log4net-user-archive@www.apache.org Received: (qmail 94126 invoked from network); 6 Jul 2005 17:11:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2005 17:11:12 -0000 Received: (qmail 68121 invoked by uid 500); 6 Jul 2005 17:11:09 -0000 Delivered-To: apmail-logging-log4net-user-archive@logging.apache.org Received: (qmail 67979 invoked by uid 500); 6 Jul 2005 17:11:07 -0000 Mailing-List: contact log4net-user-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET User" List-Id: Delivered-To: mailing list log4net-user@logging.apache.org Received: (qmail 67907 invoked by uid 99); 6 Jul 2005 17:11:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2005 10:11:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.207.142] (HELO web32211.mail.mud.yahoo.com) (68.142.207.142) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 06 Jul 2005 10:11:06 -0700 Received: (qmail 77454 invoked by uid 60001); 6 Jul 2005 17:11:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=L6MAaVh0FMeUSYUB5k+cJgrsHSkd3yw+xy6LrwAW5KeaJqOZ1NMs+4kvPlE6t8cWW/G7ENtzkezg4NYG1bh+dyS6DHLy3ETitF5iEnHyCHKZSdothYP3ELtSk4/+9NEif+2C/onvhkP09GBa9qkaPVw/403Tb1hC9prKKHj2mMI= ; Message-ID: <20050706171100.77452.qmail@web32211.mail.mud.yahoo.com> Received: from [68.253.108.230] by web32211.mail.mud.yahoo.com via HTTP; Wed, 06 Jul 2005 10:11:00 PDT Date: Wed, 6 Jul 2005 10:11:00 -0700 (PDT) From: Ron Grabowski Subject: Re: Configuration of Levels To: Log4NET User In-Reply-To: <000401c58249$36dffe80$7b0110ac@Technoligence.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I can't think of a good reason why someone would want to make WARN more serious than FATAL. Wouldn't that make it difficult for future maintainers? Perhaps you could write your own Logger implementation and have it internally mix-up values as you see fit: DEBUG -> DEBUG WARN -> INFO ERROR -> WARN FATAL -> ERROR INFO -> FATAL --- Hollywood wrote: > I'll clarify my original question: > > Has the configuration of logging Levels ORDER been implemented yet > or is it > still static, i.e. being able to say that the logging level is > VERBOSE, > DEBUG, WARN, ERROR, FATAL, TRACE, INFO rather that what has been > hardcoded > into the log4* system? > > ----- Original Message ----- > From: "Ron Grabowski" > To: "Log4NET User" > Sent: Wednesday, July 06, 2005 11:18 AM > Subject: Re: Configuration of Levels > > > > There has been example code in CVS since January 2004: > > > > http://tinyurl.com/9atgc > > > http://cvs.apache.org/viewcvs.cgi/logging-log4net/examples/net/1.0/Extensibility/TraceLogApp/cs/src/TraceLogApp.cs?rev=1.3&view=log > > > > I think it was possible with 1.2.0 beta 8 which means its existed > since > > at least 2003. > > > > --- Hollywood wrote: > > > >> Has the configuration of logging Levels been implemented yet? Or > is > >> it still > >> static? > >> > >> > > > > > > > >