getLogsAsString abstract method
Returns all log entries delivered for this session as a concatenated string. Note that if there are asynchronous logs that are not delivered yet, this method will not wait for them and will return immediately.
Implementation
Future<String> getLogsAsString();