parseLog abstract method
Implement this method to process logging messages. This is where the logic for the target will be added. Feel free to add your own data queueing and offline storage.
- important: Use the Segment Network stack for Segment library compatibility and simplicity.
Implementation
void parseLog(LogMessage log);