Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 82872 invoked from network); 12 May 2004 16:42:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 May 2004 16:42:16 -0000 Received: (qmail 19285 invoked by uid 500); 12 May 2004 16:42:26 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 19237 invoked by uid 500); 12 May 2004 16:42:25 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 19214 invoked by uid 98); 12 May 2004 16:42:25 -0000 Received: from japtesta@indra.es by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(213.170.46.10):. Processed in 0.165358 secs); 12 May 2004 16:42:25 -0000 X-Qmail-Scanner-Mail-From: japtesta@indra.es via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(213.170.46.10):. Processed in 0.165358 secs) Received: from unknown (HELO madimc2.indra.es) (213.170.46.10) by hermes.apache.org with SMTP; 12 May 2004 16:42:25 -0000 Received: from indra.es ([192.168.168.19]) by madimc2.indra.es with Microsoft SMTPSVC(5.0.2195.6713); Wed, 12 May 2004 18:20:29 +0200 Message-ID: <40A24E9E.1020603@indra.es> Date: Wed, 12 May 2004 18:19:42 +0200 From: =?ISO-8859-1?Q?Jos=E9_Antonio_P=E9rez_Testa?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a) Gecko/20040420 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [logging] How to get logging to use new Monolog subclass References: <005e01c43664$8c926390$1700a8c0@talicnitom> <1084176662.5614.136.camel@pcsimon> <001901c43667$e4395330$1700a8c0@talicnitom> <1084179375.5443.174.camel@pcsimon> <409F4777.30007@indra.es> <009301c43736$7728f0f0$1700a8c0@talicnitom> <40A0A815.4000601@indra.es> <004601c43804$38e4a630$1700a8c0@talicnitom> <40A1F250.5040807@indra.es> <006401c43811$e595dd60$1700a8c0@talicnitom> <40A20865.7000005@indra.es> <000701c43823$f8f20d40$1700a8c0@talicnitom> <40A2273A.60100@indra.es> <002401c4382d$49ae4ce0$1700a8c0@talicnitom> In-Reply-To: <002401c4382d$49ae4ce0$1700a8c0@talicnitom> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 12 May 2004 16:20:29.0892 (UTC) FILETIME=[0AD22040:01C4383D] X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Try an empty implementation of MonologLogger. Maybe the implementation also uses logs in any way ... If the empty implementation gets instantiated the problem will be in your implementation. If not try replacing all that code for return new MonologLogger("Forced") and see what happen ... I'm running out of ideas :) Igor Smirnov wrote: >This is odd: >logClass.getConstructor(logConstructorSignature) > >return a No Class Definition Exception! > >and here are the values >logClass= Class (org.apache.commons.logging.impl.MonologLogger) >I DO have a > public MonologLogger(String name) { > this.logger=lf.getLogger(name); > } > > >----- Original Message ----- >From: "Jos� Antonio P�rez Testa" >To: "Jakarta Commons Users List" >Sent: Wednesday, May 12, 2004 3:31 PM >Subject: Re: [logging] How to get logging to use new Monolog subclass > > > > >>Well done! >>if everything is right logClass must be YourImplementation.class and >>if YourImplementation has a constructor like >>public YourImplementation(String name) {....} >>it HAS TO work!! >> >> >> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: commons-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org