public interface AgentLogManager
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getLogFilePath()
Get the current location of the agent log file.
|
void |
relocateLogFile(java.nio.file.Path destinationPath)
Attempt to relocate the agent log file inside the job directory.
|
java.nio.file.Path getLogFilePath()
void relocateLogFile(java.nio.file.Path destinationPath) throws java.io.IOException
destinationPath
- the destination pathjava.io.IOException
- if relocation fails