| Constructor and Description |
|---|
LogProcessOutputReader(Process p,
com.gemstone.gemfire.LogWriter log,
String levelName,
String prefix)
Creates a log process output reader for the given process.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
Gets the process's exit status code.
|
public LogProcessOutputReader(Process p, com.gemstone.gemfire.LogWriter log, String levelName, String prefix)
p - the process whose output should be read.log - the log writer where output should be written.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.