| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
# This library implements the interface to EMOS remote logging functionallity for WinRunner.
Method Summary | |
int | log_cmd(in txt) |
int | log_txt(in txt) |
int | wrlog_print(in msg) Sends an unformatted message to rlog clients (if connected). |
int | wrlog_println(in msg) Sends an unformatted message to rlog clients (if connected). |
int | wrlog_suite_init(in suite, in ticks) Sends an formatted message to rlog clients (if connected) defining what test suite is being processed and the 100% size of the suite scale. |
int | wrlog_suite_tick(in ticks) Sends an formatted message to rlog clients (if connected) increasing the number of ticks for the suite scale. |
int | wrlog_test_init(in test, in isProcessed) Sends an formatted message to rlog clients (if connected) defining what test is being (or not being) processed. |
int | wrlog_test_status(in test, in status) Sends an formatted message to rlog clients (if connected) defining the status (return code) of the processed test. |
Method Detail |
public int log_cmd(in txt)
public int log_txt(in txt)
public int wrlog_print(in msg)
public int wrlog_println(in msg)
public int wrlog_suite_init(in suite, in ticks)
public int wrlog_suite_tick(in ticks)
public int wrlog_test_init(in test, in isProcessed)
public int wrlog_test_status(in test, in status)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |