benfortuna / figurate

Automatically exported from code.google.com/p/figurate
GNU General Public License v3.0
0 stars 0 forks source link

Implement file tail functionality #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Support a file mode that detects changes to a file and reads the end of the 
input.

Also support filtering using regex.

See:

http://www.jibble.org/jlogtailer.php

http://forums.sun.com/thread.jspa?forumID=535&threadID=5344199

Original issue reported on code.google.com by benfortuna on 30 Aug 2010 at 1:21

GoogleCodeExporter commented 9 years ago
See also log4j chainsaw for zeroconf, XML formatting, etc.

http://logging.apache.org/chainsaw/index.html

Original comment by benfortuna on 30 Aug 2010 at 1:43

GoogleCodeExporter commented 9 years ago
Filtering rules should include a regex and associated action (i.e. include, 
exclude, highlight, etc.).

See example:

http://graysky.sourceforge.net/

Original comment by benfortuna on 20 Sep 2010 at 2:19

GoogleCodeExporter commented 9 years ago
See also commons-io Tailer:

http://commons.apache.org/io/api-release/org/apache/commons/io/input/Tailer.html

Original comment by benfortuna on 9 Feb 2011 at 2:38

GoogleCodeExporter commented 9 years ago

Original comment by benfortuna on 9 Feb 2011 at 3:03

Attachments: