Uses of Class
com.spotify.docker.client.DockerClient.LogsParam
Packages that use DockerClient.LogsParam
-
Uses of DockerClient.LogsParam in com.spotify.docker.client
Methods in com.spotify.docker.client that return DockerClient.LogsParamModifier and TypeMethodDescriptionstatic DockerClient.LogsParam
Create a custom parameter.static DockerClient.LogsParam
DockerClient.LogsParam.follow()
Return stream.static DockerClient.LogsParam
DockerClient.LogsParam.follow
(boolean follow) Return stream.static DockerClient.LogsParam
Filter logs and only output entries since given Unix timestamp.static DockerClient.LogsParam
DockerClient.LogsParam.stderr()
Show stderr log.static DockerClient.LogsParam
DockerClient.LogsParam.stderr
(boolean stderr) Show stderr log.static DockerClient.LogsParam
DockerClient.LogsParam.stdout()
Show stdout log.static DockerClient.LogsParam
DockerClient.LogsParam.stdout
(boolean stdout) Show stdout log.static DockerClient.LogsParam
Output specified number of lines at the end of logs.static DockerClient.LogsParam
DockerClient.LogsParam.timestamps()
Print timestamp for every log line.static DockerClient.LogsParam
DockerClient.LogsParam.timestamps
(boolean timestamps) Print timestamp for every log line.Methods in com.spotify.docker.client with parameters of type DockerClient.LogsParamModifier and TypeMethodDescriptionDefaultDockerClient.logs
(String containerId, DockerClient.LogsParam... params) DockerClient.logs
(String containerId, DockerClient.LogsParam... params) Get docker container logs.DefaultDockerClient.serviceLogs
(String serviceId, DockerClient.LogsParam... params) DockerClient.serviceLogs
(String serviceId, DockerClient.LogsParam... params) Get docker service logs.