logs abstract method

Fetches the container's current stdout and stderr log output.

Returns a record (stdout, stderr) of raw bytes. The caller is responsible for decoding (typically UTF-8 with allowMalformed: true).

Implementation

Future<(Uint8List stdout, Uint8List stderr)> logs();