Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6287D892 for ; Mon, 10 Dec 2012 16:12:53 +0000 (UTC) Received: (qmail 18707 invoked by uid 500); 10 Dec 2012 16:12:53 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 18640 invoked by uid 500); 10 Dec 2012 16:12:51 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 18612 invoked by uid 99); 10 Dec 2012 16:12:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 16:12:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 16:12:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8208923889BB; Mon, 10 Dec 2012 16:12:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1419552 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Date: Mon, 10 Dec 2012 16:12:29 -0000 To: commits@logging.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121210161229.8208923889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ggregory Date: Mon Dec 10 16:12:28 2012 New Revision: 1419552 URL: http://svn.apache.org/viewvc?rev=1419552&view=rev Log: Better text. Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml?rev=1419552&r1=1419551&r2=1419552&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml (original) +++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Mon Dec 10 16:12:28 2012 @@ -25,7 +25,7 @@

- Appenders are the component responsible for delivering LogEvents to their destination. Every Appender must + Appenders are responsible for delivering LogEvents to their destination. Every Appender must implement the Appender interface. Most Appenders will extend AppenderBase