formatLogEntry abstract method

Map<String, dynamic> formatLogEntry(
  1. LogEntry entry
)

Formats a single LogEntry into a map suitable for the target API.

Subclasses must implement this to format entries according to the specific API requirements of the target service.

Implementation

Map<String, dynamic> formatLogEntry(LogEntry entry);