getLogs static method

Get all captured logs

Implementation

static List<InterceptedLogEntry> getLogs() => List.unmodifiable(_logs.value);