Package org.oddjob.logging
Interface ConsoleOwner
- All Known Implementing Classes:
ExecBase,ExecJob,JavaJob,ScriptJob,SshExecJob
public interface ConsoleOwner
Something that archives console output.
-
Method Summary
-
Method Details
-
consoleLog
LogArchive consoleLog()Provide the console archive.- Returns:
- The archive. Must not be null.
-