class that outputs workflow log data to the console; meant to support test execution
More...
|
| constructor (string rest_pfx, bool log) |
| creates the object with the given rest prefix and log flag More...
|
|
| stop () |
| stops the streaming operation
|
|
|
| logThread (string rest_pfx, string url, *string proxy_url) |
| the internal log thread method
|
|
class that outputs workflow log data to the console; meant to support test execution
- Example:
# use the "m_rest_pfx" member to initialize the log streamer
class that outputs workflow log data to the console; meant to support test execution
Definition: QorusInterfaceTest.qm:1620
◆ constructor()
QorusInterfaceTest::WorkflowLogHelper::constructor |
( |
string |
rest_pfx, |
|
|
bool |
log |
|
) |
| |
creates the object with the given rest prefix and log flag
- Example:
# use the "m_rest_pfx" member to initialize the log streamer
- Parameters
-
rest_pfx | the REST prefix for the workflow |
log | a flag if consule logging should be performed |
The documentation for this class was generated from the following file: