public class FileLogCollector extends Object implements LogCollector
Constructor and Description |
---|
FileLogCollector(File logDirectory) |
Modifier and Type | Method and Description |
---|---|
static LogCollector |
fromPath(String path) |
void |
startCollecting(DockerCompose dockerCompose) |
void |
stopCollecting() |
public FileLogCollector(File logDirectory)
public static LogCollector fromPath(String path)
public void startCollecting(DockerCompose dockerCompose) throws IOException, InterruptedException
startCollecting
in interface LogCollector
IOException
InterruptedException
public void stopCollecting() throws InterruptedException
stopCollecting
in interface LogCollector
InterruptedException
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.