public interface LogCollectionService
| Modifier and Type | Method and Description |
|---|---|
File |
collectLogs(File zipFile,
SystemInformation systemInfo)
Collect logs from the specified system.
|
File collectLogs(File zipFile, SystemInformation systemInfo) throws IOException
zipFile - local File to which the remote logs
stream should be written.systemInfo - the SystemInformation
from which logs are to be collected.File.IOException - if issues encountered while retrieving or writing
the logs stream.Copyright © 2014. All Rights Reserved.