Return-Path: X-Original-To: apmail-logging-log4php-dev-archive@www.apache.org Delivered-To: apmail-logging-log4php-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5147270CB for ; Thu, 17 Nov 2011 07:37:15 +0000 (UTC) Received: (qmail 35103 invoked by uid 500); 17 Nov 2011 07:37:15 -0000 Delivered-To: apmail-logging-log4php-dev-archive@logging.apache.org Received: (qmail 35075 invoked by uid 500); 17 Nov 2011 07:37:14 -0000 Mailing-List: contact log4php-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4PHP Dev" List-Id: Delivered-To: mailing list log4php-dev@logging.apache.org Received: (qmail 35068 invoked by uid 99); 17 Nov 2011 07:37:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 07:37:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ivan.habunek@gmail.com designates 74.125.82.41 as permitted sender) Received: from [74.125.82.41] (HELO mail-ww0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 07:37:08 +0000 Received: by wwf25 with SMTP id 25so9293783wwf.4 for ; Wed, 16 Nov 2011 23:36:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=YWWkY3txcig9ITrMShqA/C5OhZo7454ZR5h/hq6bp+0=; b=Ja4EVurXbb5asb/S931T4xwtEHSyRtFN+1t0lTHAwr/8qcd9OPhpF9tEfFXOespQnu 9qViazGWFQPp/RURt2BQcwD1BdbLfYXPNYyo42K0nNEjqmrjiai5YxLaeshHWNEDH0vX wj1yjmfvTt6U3b5MqGghtdYqmygeT0+rRG9Bs= Received: by 10.180.101.97 with SMTP id ff1mr39829287wib.42.1321515407084; Wed, 16 Nov 2011 23:36:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.93.166 with HTTP; Wed, 16 Nov 2011 23:36:26 -0800 (PST) In-Reply-To: <4EC2B770.9020200@gmx.de> References: <4EC2B770.9020200@gmx.de> From: Ivan Habunek Date: Thu, 17 Nov 2011 08:36:26 +0100 Message-ID: Subject: Re: Phing integration To: Log4PHP Dev Content-Type: text/plain; charset=ISO-8859-1 On 15 November 2011 20:03, Florian Semm wrote: > We are currently working on a deployment script written in phing. This > script will be execute by a ci-server. A "nice to have"-feature is the > logging of all build-tasks. I've found nothing about a phing task like > "log". What du you think about a integration of Log4Php in Phing? > > Phing has a good documentation and the implementation of a "special"-tag > looks easy. > (http://www.phing.info/docs/guide/stable/chapters/ExtendingPhing.html) I think all the best. It would definitely be a nice thing to have. Are you interested in creating an initial version? I am here if you need any assistance. Regards, Ivan