public class ActionLog extends Object
Constructor and Description |
---|
ActionLog() |
Modifier and Type | Method and Description |
---|---|
String |
getStdErr()
Return all text from stdErr.
|
String |
getStdOut()
Return all text from stdOut.
|
void |
writeStdErr(String message)
Append message to stdErr of action log.
|
void |
writeStdOut(String message)
Append message to stdOut of action log.
|
public void writeStdErr(String message)
message
- text to appendpublic void writeStdOut(String message)
message
- text to appendpublic String getStdErr()
public String getStdOut()
Copyright © 2022 Apache Software Foundation. All rights reserved.