kalamazpi / logParse

Javascript file for decoding Luminaire log files.
0 stars 0 forks source link

Add keyword filtering to loading operation #1

Closed kalamazpi closed 6 years ago

kalamazpi commented 6 years ago

The current loading behavior is to parse each line entry in the file for correctness, correct it if it needs correction (and log errors such as NULL's etc.) and store it in the log array in memory. This change would only store log entries containing a search string (or regex).

kalamazpi commented 6 years ago

Done.