public class LogDispatcher extends Object
| Constructor and Description |
|---|
LogDispatcher(DockerAccess dockerAccess) |
| Modifier and Type | Method and Description |
|---|---|
void |
fetchContainerLog(String containerId,
LogOutputSpec spec) |
void |
trackContainerLog(String containerId,
LogOutputSpec spec) |
void |
untrackAllContainerLogs() |
public LogDispatcher(DockerAccess dockerAccess)
public void trackContainerLog(String containerId, LogOutputSpec spec) throws FileNotFoundException
FileNotFoundExceptionpublic void fetchContainerLog(String containerId, LogOutputSpec spec) throws FileNotFoundException
FileNotFoundExceptionpublic void untrackAllContainerLogs()
Copyright © 2016. All Rights Reserved.