Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 70419 invoked from network); 23 Aug 2005 11:53:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2005 11:53:56 -0000 Received: (qmail 93672 invoked by uid 500); 23 Aug 2005 11:53:49 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 93658 invoked by uid 500); 23 Aug 2005 11:53:49 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 93645 invoked by uid 99); 23 Aug 2005 11:53:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2005 04:53:49 -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 [132.156.36.48] (HELO s0-ott-xsmtp1.nrn.nrcan.gc.ca) (132.156.36.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2005 04:54:07 -0700 Received: by s0-ott-xsmtp1.nrcan.gc.ca with Internet Mail Service (5.5.2657.72) id ; Tue, 23 Aug 2005 07:53:47 -0400 Message-ID: <06B403677C41D51194550002A55107D2057B84ED@s5-stf1-r1.nrn.nrcan.gc.ca> From: =?iso-8859-1?Q?=22Boisvert=2C_=C9ric=22?= To: "'users@cocoon.apache.org'" Subject: logger -- I'm missing someting Date: Tue, 23 Aug 2005 07:53:46 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Cocooners I'm trying to write a transformer (total newby here) and I'm baffled by = the loggers.. I'm trying to use the getLogger.debug("blah") but can't see = where there log entries goes. I read document from various place about the loggers and how to configure it in the logkit.conf, etc.. but there is something I'm missing for sure. I managed to create a new log file, = etc.. but I still can see the log entries nowhere.. I know that the getLogger().isDebugEnabled() returns true (I wrote a = small primitive logger to check this out..). The transformer derived from AbstractExtractionTransformer and Implemented Recyclable,Serviceable,Configurable and Disposable., I declared my tranformer class in the sitemap and assigned a name to the logger = (various test, none worked). I suspect the problem is not here since I can = actually send log events, the problem is probably just a dumb configuration = problem. Has anyone a (complete) example how to set logger to debug a custom transformer? Many thanks =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Eric Boisvert Sp=E9cialiste TI-GI / IT-IM specialist Eric.Boisvert@rncan.gc.ca, 418-654-3705, facsimile/t=E9l=E9copieur=20 418-654-2615 490, rue de la Couronne, Qu=E9bec (Qu=E9bec), G1K 9A9 490, rue de la Couronne, Quebec, Quebec, G1K 9A9 Laboratoire de cartographie num=E9rique et de photogramm=E9trie (LCNP) Digital Cartography and Photogrammetry Laboratory (DCPL) Commission g=E9ologique du Canada (Qu=E9bec) / Geological Survey of = Canada (Quebec) Ressources naturelles Canada / Natural Resources Canada Gouvernement du Canada / Government of Canada http://www.cgcq.rncan.gc.ca/lcnp http://www.nrcan.gc.ca/gsc --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org