public class ProcessConsole extends GenericProcessConsole
GenericProcessConsole.debug(String)
,
debug(String)
err, ERR_PREFIX, exceptions, exited, exitValue, in, out, OUT_PREFIX, process, showErrStream, showOutStream, shutdown
Constructor and Description |
---|
ProcessConsole(java.lang.Process process)
Constructor for ProcessConsole
|
Modifier and Type | Method and Description |
---|---|
protected void |
debug(java.lang.String message)
Writes to
Log.debug(Object) --the SAFS Debug Log. |
_initialize, getExceptions, getExceptionsCount, getExitValue, isExited, run, setShowErrStream, setShowOutStream, shutdown
public ProcessConsole(java.lang.Process process)
protected void debug(java.lang.String message)
Log.debug(Object)
--the SAFS Debug Log.
Subclasses should override to log to alternate sinks.debug
in class GenericProcessConsole
message
- Copyright © SAS Institute. All Rights Reserved.