Return-Path: X-Original-To: apmail-logging-log4j-user-archive@www.apache.org Delivered-To: apmail-logging-log4j-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DDFAF79C5 for ; Sat, 16 Jul 2011 02:51:46 +0000 (UTC) Received: (qmail 36704 invoked by uid 500); 16 Jul 2011 02:51:46 -0000 Delivered-To: apmail-logging-log4j-user-archive@logging.apache.org Received: (qmail 36321 invoked by uid 500); 16 Jul 2011 02:51:43 -0000 Mailing-List: contact log4j-user-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Users List" Reply-To: "Log4J Users List" Delivered-To: mailing list log4j-user@logging.apache.org Received: (qmail 36312 invoked by uid 99); 16 Jul 2011 02:51:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 02:51:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [151.193.220.19] (HELO sgtulmg02-out.sabre.com) (151.193.220.19) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 02:51:35 +0000 X-ExtLoop1: From 10.12.97.30 Received: from unknown (HELO SGTULMHP001.Global.ad.sabre.com) ([10.12.97.30]) by sgtulmg02-out.sabre.com with ESMTP/TLS/AES128-SHA; 15 Jul 2011 21:51:13 -0500 Received: from SGTULMMP002.Global.ad.sabre.com ([fe80::456b:7b08:b0ac:de3]) by SGTULMHP001.Global.ad.sabre.com ([::1]) with mapi; Fri, 15 Jul 2011 21:51:02 -0500 From: "Turner, Jay" To: Log4J Users List Date: Fri, 15 Jul 2011 21:51:00 -0500 Subject: RE: I need to handle log4j:WARN Unrecognized element param Thread-Topic: I need to handle log4j:WARN Unrecognized element param Thread-Index: AcxDV5ZB82KwX1ZxRBSUjGi0eVtXGgACdDdA Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I had already looked at LoggerRepositoryExImpl. The documentation says it i= s part of org.apache.log4j but IntelliJ doesn't see it. I tried org.apache.= log4j.spi but it wasn't there either. I grep'd log4j-1.2.15.jar and it has = four "LoggerRepository"s but not even any "LoggerRepositoryEx"s. Besides, i= t's a final class. I found the 698 lines of the LoggerRepositoryExImpl java= source from Apache, but copying it just to parse some extra elements seems= - like using a chainsaw to trim my nails. Thank you, Jay Turner -----Original Message----- From: Scott Deboy [mailto:scott.deboy@gmail.com]=20 Sent: Friday, July 15, 2011 8:26 PM To: Log4J Users List Subject: Re: I need to handle log4j:WARN Unrecognized element param Look at LoggerRepositoryExImpl..you may be able to use it. Scott On Jul 15, 2011, at 6:20 PM, "Turner, Jay" wrote: > LoggerRepositoryExImpl --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-user-help@logging.apache.org