adobe/log-parser

Export logs into a JSON format

baubakg opened this issue · 1 comments

Expected Behaviour

LogData should have two methods:

  • exportLogDataToJSON()
  • exportLogDataToJSON(String FileName)
  • exportLogDataToJSON(Collection headerSet, String FileName)

This also applies to the main execution

Merged into main