adobe / log-parser

An SDK and Tool that allows you to analyse, sort, filter, and search your logs. The added value is that all data is stored in Java objects that can be used for other purposes such as: assertions, reporting, automated decision making.
MIT License
18 stars 8 forks source link

Add a subtract method #133

Open baubakg opened 2 months ago

baubakg commented 2 months ago

Given two Logdata we want to remove the values of one from the other.

This is used when we fetch log a a certain point, and want to ignore data up to that point.