log
suspend fun <T : ResultCallbackTemplate<ResultCallback.Adapter<Frame>, Frame>, ContainerLogger> log(containerLogger: T, configure: suspend LogContainerCmd.() -> Unit = {}): T
Retrieves the logs of this container.
Return
Parameters
containerLogger
ContainerLogger to attach to the logging stream.
configure
Configuration for the logging command of the container.