OK in build 54 I have included this new functionality
![user posted image]()
All logs newer than in database - Uses the method as explained above (which includes the caveat in my previous post).
All logs (those not already in database) - This too is an optimized version (with the caveat above). Here is how it works. First we run the same code as "All logs newer than in database". This makes sure we first get all the newest logs. Then we count all the logs that are now in the database and then do a fetch using the count -1 as the starting index to fetch the rest. This optimizes the get so we don't suffer the overhead of fetching the logs we already have.
Custom selection - This is just the same selection as before and makes the input boxes visible so you can enter the required values:

All logs newer than in database - Uses the method as explained above (which includes the caveat in my previous post).
All logs (those not already in database) - This too is an optimized version (with the caveat above). Here is how it works. First we run the same code as "All logs newer than in database". This makes sure we first get all the newest logs. Then we count all the logs that are now in the database and then do a fetch using the count -1 as the starting index to fetch the rest. This optimizes the get so we don't suffer the overhead of fetching the logs we already have.
Custom selection - This is just the same selection as before and makes the input boxes visible so you can enter the required values:
