fullLogs

open val fullLogs: List<String>

Deprecated

Use getLogs instead.

Replace with

getLogLines(true)

The full log of the container up until when this logger is detached, converted into a List with one line per element.

Throws

if this logger is still attached to a container.