parseLog abstract method

void parseLog(
  1. LogMessage log
)

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);