aaOpenSource / aaLog

A library and example programs for reading the standard SMC log file format
MIT License
13 stars 15 forks source link

Investigate modification to LatestFileInPath Function to improve reliability #15

Open arobinsongit opened 9 years ago

arobinsongit commented 9 years ago

Consider indexing the log files in the folder and pick out the actual latest, not just the latest write time in the unexpected event that a log entry is written to an earlier log file. This might be especially important if we rewrite the log file to correct errors.

ryanvs commented 8 years ago

This is related the to aaLogPathManager discussion in #26. The idea is aaLogPathManager would index the files and, as mentioned above, potentially take corrective action.