log abstract method

Future<void> log(
  1. LogEntry entry
)

Logs a single entry.

Implementation

Future<void> log(LogEntry entry);