collect abstract method

Future<void> collect(
  1. LogEntry entry
)

Send log entry to external service

Implementation

Future<void> collect(LogEntry entry);