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 @@
  * <p>
  * <b>Features:</b><br>
  * - specify the URL of the log file to be processed<br>
- * - specify the timestamp format in the file (if one exists)<br>
+ * - specify the timestamp format in the file (if one exists, using patterns 
from [EMAIL PROTECTED] java.text.SimpleDateFormat})<br>
  * - specify the pattern (logFormat) used in the log file using keywords, a 
wildcard character (*) and fixed text<br>
  * - 'tail' the file (allows the contents of the file to be continually read 
and new events processed)<br>
  * - supports the parsing of multi-line messages and exceptions


Reply via email to