ContainerLogger

interface ContainerLogger

Properties

Link copied to clipboard
open val fullLogs: List<String>

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

Link copied to clipboard

The full log of the container up until when this logger is detached.

Link copied to clipboard
open val logs: List<String>

The logs of the container up until when this field is accessed, converted into a List with one line per element.

Link copied to clipboard
open val rawLogs: String

The logs of the container up until this field is accessed.

Functions

Link copied to clipboard
open fun getLogLines(requireFull: Boolean): List<String>

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

Link copied to clipboard
abstract fun getLogs(requireFull: Boolean): String

Returns the logs of the container.