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