log

open suspend override fun log(): ContainerLogger


suspend fun <T : ResultCallbackTemplate<ResultCallback.Adapter<Frame>, Frame>, ContainerLogger> log(containerLogger: T, configure: suspend LogContainerCmd.() -> Unit = {}): T

Retrieves the logs of this container.

Return

containerLogger

Parameters

containerLogger

ContainerLogger to attach to the logging stream.

configure

Configuration for the logging command of the container.