Added two new parameters to LogFilePatternReceiver:
 - waitmillis (configurable delay between checks for updates to a file - used when tailing=true)
 - appendNonMatches (if true, append non-matching lines to the log, associated with the logger 'Unknown')

Added one new parameter to VFSLogFilePatternReceiver (extends LogFilePatternReceiver, so it 
inherits the waitMillis and appendNonMatches params): 
 - autoReconnect (if true, when a file is truncated, begin processing the file contents from the beginning of the file - supports continuous tailing of a file even when the file is recreated)
 


git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk@774218 13f79535-47bb-0310-9956-ffa450edef68
2 files changed
tree: da895f0a5249114dd844911c3c113e795cfce8c0
  1. src/
  2. build.xml
  3. LICENSE
  4. NOTICE
  5. pom.xml