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