From general-return-1283-apmail-logging-general-archive=logging.apache.org@logging.apache.org Thu Jul 03 02:44:49 2008 Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 4089 invoked from network); 3 Jul 2008 02:44:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 02:44:49 -0000 Received: (qmail 6951 invoked by uid 500); 3 Jul 2008 02:44:50 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 6894 invoked by uid 500); 3 Jul 2008 02:44:50 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 6883 invoked by uid 99); 3 Jul 2008 02:44:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 19:44:49 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 03 Jul 2008 02:44:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4535C2388A3D; Wed, 2 Jul 2008 19:44:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r673567 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java Date: Thu, 03 Jul 2008 02:44:28 -0000 To: general@logging.apache.org From: sdeboy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080703024428.4535C2388A3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sdeboy Date: Wed Jul 2 19:44:27 2008 New Revision: 673567 URL: http://svn.apache.org/viewvc?rev=673567&view=rev Log: Update JavaDocs to clarify receiver params Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java?rev=673567&r1=673566&r2=673567&view=diff ============================================================================== --- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java (original) +++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java Wed Jul 2 19:44:27 2008 @@ -93,7 +93,7 @@ *

* Features:
* - specify the URL of the log file to be processed
- * - specify the timestamp format in the file (if one exists)
+ * - specify the timestamp format in the file (if one exists, using patterns from {@link java.text.SimpleDateFormat})
* - specify the pattern (logFormat) used in the log file using keywords, a wildcard character (*) and fixed text
* - 'tail' the file (allows the contents of the file to be continually read and new events processed)
* - supports the parsing of multi-line messages and exceptions