getTransactionLog

The service adds a new audit log entry to the transaction, and optionally changes the transaction status to the given new state.

Input parameters
$tid
The TID of the transaction.
msg
Optional. Message string to be logged.
state
Optional. String. Valid values are:
  • Created
  • Executed
  • Committed
  • Rolledback
  • Confirmed

Return values

None.