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 Hightouch Network stack for library compatibility and simplicity.
Implementation
void parseLog(LogMessage log);