Logs a message or event to Datadog
@override Future<void> log(LogEntry entry) async { await _logToDatadog(entry); }