lr_debug_message example

int rc;
   
    lr_set_debug_message(LR_MSG_CLASS_EXTENDED_LOGLR_SWITCH_ON);
//. . . 
//rc = lrd_fetch(Csr1, 1, 1, 0, PrintRow3);
if (rc>2000)
    lr_debug_message(LR_MSG_CLASS_RESULT_DATA | LR_MSG_CLASS_PARAMETERS"Operation failed.");
     

No comments:

Post a Comment