When we released ESEV we open-sourced a couple of components.
ESLogger
https://github.com/nubcoxyz/ESLogger
This library allows parsing the JSONL output of eslogger
. The library supports parsing output from:
- Files on disk
- Tailing a file
- STDOUT from eslogger
A useful file is the port of the data structures from C into Swift - ESFTypes.swift
ESRunner
https://github.com/nubcoxyz/ESLRunner
A simple utility used to test ESLogger and explore output from eslogger
.