Return-Path: Delivered-To: apmail-logging-log4j-dev-archive@www.apache.org Received: (qmail 75340 invoked from network); 27 May 2010 13:50:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 13:50:34 -0000 Received: (qmail 27414 invoked by uid 500); 27 May 2010 13:50:34 -0000 Delivered-To: apmail-logging-log4j-dev-archive@logging.apache.org Received: (qmail 27314 invoked by uid 500); 27 May 2010 13:50:34 -0000 Mailing-List: contact log4j-dev-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Developers List" Reply-To: "Log4J Developers List" Delivered-To: mailing list log4j-dev@logging.apache.org Received: (qmail 27306 invoked by uid 99); 27 May 2010 13:50:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 13:50:34 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of curt.arnld@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-px0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 13:50:25 +0000 Received: by pxi14 with SMTP id 14so2839246pxi.34 for ; Thu, 27 May 2010 06:50:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=mXA/yS/C5VHNnlCCpPeyus6pCGX5zYITRw11AmSzB+s=; b=BpO+3t0Rffz+mUPY1G4cBhT54iEG1EKAy0mufoNRi4cap8LurF0HO2x5+0ve24pR+b I4y2OPRhZPF9eH8v0E9dnURVHqjf5c+cpRh766zoqVzBxd5/vLFs04Jz5bMEecYcWoBi Q+mnDi0kLAMojd/iBBKS3zpVXoqIi1wMq3UV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=Aj+oF/jFkiKft2EGnbOh3LYVuN5W0KkziNMMzUC6GMkqHLYa19T36BZAHum1rLVyYv kBWjK9Z/yEj3bljeQBel0BsCH3J5RUEv4fVIka+Fp84Ck40d9XgnwDZnW9f0hMe6DptZ euyMELh8X14OPqPle1LMNq6r3SKyRd/TNFo3Y= Received: by 10.142.120.3 with SMTP id s3mr987887wfc.349.1274968203222; Thu, 27 May 2010 06:50:03 -0700 (PDT) Received: from [192.168.1.97] (70-139-215-122.lightspeed.cyprtx.sbcglobal.net [70.139.215.122]) by mx.google.com with ESMTPS id d9sm5629282ibl.16.2010.05.27.06.50.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 May 2010 06:50:02 -0700 (PDT) Sender: Curt Arnold Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: svn commit: r948664 - in /logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core: ./ appender/ filter/ From: Curt Arnold In-Reply-To: <64BBA2A5-4284-43C1-9D73-48B39EA31373@dslextreme.com> Date: Thu, 27 May 2010 08:49:59 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <29F5E105-8DC8-4FD9-A2E8-2363713E37BD@apache.org> References: <20100527032632.0F7CB2388993@eris.apache.org> <09E1C1B2-6091-4E60-83A9-BC8359498D05@dslextreme.com> <1D4BF1AD-BE98-4AC6-9689-0CCBD4C37778@apache.org> <64BBA2A5-4284-43C1-9D73-48B39EA31373@dslextreme.com> To: "Log4J Developers List" X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org On May 27, 2010, at 5:55 AM, Ralph Goers wrote: >=20 > I know you mentioned getting git set up. Raised it with infrastructure at = https://issues.apache.org/jira/browse/INFRA-2743, part of the response = was: > To create and checkout a local "log4j2" branch that tracks the remote = "BRANCH_2_0_EXPERIMENTAL" branch, use "git checkout -b log4j2 = origin/BRANCH_2_0_EXPERIMENTAL".=20 It looks like it is missing something, but might point someone who is = more git knowledgeable to a working approach. > One thing that would help here is instead of simply adding comments = (which I don't mind), for you to fork the code and make some of the = changes you are suggesting or simply have ideas about. Trying out your = own ideas might a) either clear up your questions, b) provide an = alternative that is better or c) just give us two options instead of = one. I'm going to have to check how far I got in the code that I committed vs = how far I had thought in my mind. Most likely, I'd try to continue = building on my earlier code and try to reach a point where appenders = built on its interfaces could be wired into existing log4j as a test = harness and maybe flesh out some of my thoughts on the API. > =20 >=20 > Ideally, you and I shouldn't be the only two involved in this. Anyone = else participating on this list should definitely join in. >=20 > Ralph >=20 Two is an improvement over one. If we can get a things a little = clearer, we could try to reach out of other ASF projects that use = logging to document their pain points, wishes, requirements, random = thoughts and maybe gain some additional voices if not contributors.= --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-dev-help@logging.apache.org