Uses of Interface
org.springframework.boot.buildpack.platform.docker.DockerLog
Packages that use DockerLog
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of DockerLog in org.springframework.boot.buildpack.platform.docker
Methods in org.springframework.boot.buildpack.platform.docker that return DockerLogModifier and TypeMethodDescriptionstatic DockerLogDockerLog.to(PrintStream out) Factory method that returns aDockerLogthat outputs to a givenPrintStream.static DockerLogDockerLog.toSystemOut()Factory method that returns aDockerLogthat outputs toSystem.out.Constructors in org.springframework.boot.buildpack.platform.docker with parameters of type DockerLogModifierConstructorDescriptionDockerApi(@Nullable DockerConnectionConfiguration connectionConfiguration, DockerLog log) Create a newDockerApiinstance.