Utils 1 0-bulkLogAppend

From ADF Docs
Revision as of 23:12, 23 November 2010 by Ecaxabu (talk | contribs)
Jump to: navigation, search


Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly


CLICK HERE


Attention: Do not change any text in the description, signature, and paramter sections.

Return to Utils_1_0

Description

Takes an array of log writes and calls log append with each write

Signature

public void <strong>bulkLogAppend</strong> ( array logs )

Parameters

<table id="lib-params"> <tr class="header"> <td>Required</td> <td>Name</td> <td>Type</td> <td>Description</td> </tr>


<tr>

<td class="required">required</td>

<td>logs</td> <td>array</td> <td>Array of log append records</td> </tr>

</table>