logs property

List<CapturedLog> get logs

Gets the list of captured logs.

Implementation

List<CapturedLog> get logs => sink.logs;