getLogs abstract method

Future<List<Log>> getLogs()

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();