getLogLines

open fun getLogLines(requireFull: Boolean): List<String>

Returns the logs of the container, converted into a List with one line per element.

Parameters

requireFull

If true, throws an exception if this method is invoked while the logger is still attached to a container.