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

GroupBy is ParseDefinition Driven only. It needs to also work with SDK #148

Closed baubakg closed 1 month ago

baubakg commented 1 month ago

The LogData#groupBy method only works for ParseDefinitions. We should make it work for SDKs as well