Qorus Integration Engine® Enterprise Edition 6.0.15_prod
Loading...
Searching...
No Matches
QorusInterfaceTest::WorkflowLogHelper Class Reference

class that outputs workflow log data to the console; meant to support test execution More...

Public Member Methods

 constructor (string rest_pfx, bool log)
 creates the object with the given rest prefix and log flag More...
 
 stop ()
 stops the streaming operation
 

Private:Internal Member Methods

 logThread (string rest_pfx, string url, *string proxy_url)
 the internal log thread method
 

Detailed Description

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
WorkflowLogHelper wlh(m_rest_pfx, m_options.verbose > 1);
class that outputs workflow log data to the console; meant to support test execution
Definition: QorusInterfaceTest.qm:1620

Member Function Documentation

◆ 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
WorkflowLogHelper wlh(m_rest_pfx, m_options.verbose > 1);
Parameters
rest_pfxthe REST prefix for the workflow
loga flag if consule logging should be performed

The documentation for this class was generated from the following file: