getLogs abstract method
Returns all log entries delivered for this session. 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<List<Log>> getLogs();