ppf/new: Add util.py.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Fri, 26 Aug 2011 10:34:47 +0000 (13:34 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Fri, 26 Aug 2011 10:34:49 +0000 (13:34 +0300)
commit0332a294da5e935eacf802173034525d2709c1b4
tree513f65fb47afff6c50b8682ccd002d42e1099922
parent09c937b5280aae0dea3c55773dece14346cc8a2c
ppf/new: Add util.py.

util.py contains the LiveLogFile for live analysis of log files. A
specialized status file holds the current position of processing the log
file. In case of error, the analyzer would restart, read the status file
and resume parsing from where it left off.
ppf/new/util.py [new file with mode: 0644]