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

Check if we can pick up the element directly following one definition #118

Closed baubakg closed 3 weeks ago

baubakg commented 2 months ago

Imagine we have the following entry

"-ABC-DE"

If we create a definition with start = "-" and end = "-"

then we need to see how we can pick up "DE"

baubakg commented 3 weeks ago

We need to expand the current logic so that whenever the start is null, it means that we take it directly from where we left off.