log abstract method

Future<void> log(
  1. LogEntry entry
)

Writes a single log entry.

Implementation

Future<void> log(LogEntry entry);