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 DockerLog
DockerLog.to
(PrintStream out) Factory method that returns aDockerLog
that outputs to a givenPrintStream
.static DockerLog
DockerLog.toSystemOut()
Factory method that returns aDockerLog
that outputs toSystem.out
.Constructors in org.springframework.boot.buildpack.platform.docker with parameters of type DockerLogModifierConstructorDescriptionDockerApi
(DockerConnectionConfiguration connectionConfiguration, DockerLog log) Create a newDockerApi
instance.