| Type | Name and description | 
|---|---|
| long | maxRows | 
| Constructor and description | 
|---|
| InOutTransactionLog
                                (java.lang.String name) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | addRow(java.lang.String incoming, java.lang.String outgoing, boolean header = false, java.lang.Boolean error, boolean directionArrow = true, groovy.lang.Closure onRowAdded = {
, javax.swing.JCheckBox checkBox = null)Adds a new row to the transaction log. | 
|  | void | clearRows() | 
|  | void | setMaxRows(long maxRows) | 
Adds a new row to the transaction log.
incoming -  messageoutgoing -  messageerror -  (optional) whether this row should be marked as an error (or failure)onRowAdded -  (optional) callback to be called after the row has been added.
 The callback will be called from the EDT Thread.
 A TransactionLogRow is passed as the only argument to the closure.ReadyAPI functional (soapui-pro) SDK 3.10.1