Logs an info message to Datadog
@override Future<void> info(LogEntry entry) async { await _logToDatadog(entry); }