From commits-return-264-apmail-logging-commits-archive=logging.apache.org@logging.apache.org Tue Oct 18 10:56:43 2011 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 813EF776D for ; Tue, 18 Oct 2011 10:56:43 +0000 (UTC) Received: (qmail 37268 invoked by uid 500); 18 Oct 2011 10:56:43 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 37241 invoked by uid 500); 18 Oct 2011 10:56:43 -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 37234 invoked by uid 99); 18 Oct 2011 10:56:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 10:56:43 +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; Tue, 18 Oct 2011 10:56:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B31F5238889B; Tue, 18 Oct 2011 10:56:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1185565 - /logging/log4php/trunk/INSTALL Date: Tue, 18 Oct 2011 10:56:19 -0000 To: commits@logging.apache.org From: ihabunek@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111018105619.B31F5238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Tue Oct 18 10:56:19 2011 New Revision: 1185565 URL: http://svn.apache.org/viewvc?rev=1185565&view=rev Log: Updated INSTALL file (referenced LoggerManager). Modified: logging/log4php/trunk/INSTALL Modified: logging/log4php/trunk/INSTALL URL: http://svn.apache.org/viewvc/logging/log4php/trunk/INSTALL?rev=1185565&r1=1185564&r2=1185565&view=diff ============================================================================== --- logging/log4php/trunk/INSTALL (original) +++ logging/log4php/trunk/INSTALL Tue Oct 18 10:56:19 2011 @@ -40,11 +40,11 @@ b. Copy '{YOUR_PATH}/src/main/php' to the dir where you want log4php to reside (ex: {MY_LOG4PHP_PATH}). - Include the LoggerManager class: + Include the Logger class: - require_once( '{MY_LOG4PHP_PATH}/LoggerManager.php' ); + require_once( '{MY_LOG4PHP_PATH}/Logger.php' ); -3. That's all! For more details on using Log4PHP please see the HTML docs in the site folder. +3. That's all! For more details on using Apache log4php please see the HTML docs in the site folder. ------------------------------------------------------------------------------ $Revision$