Difference between revisions of "Utils 1 0-bulkLogAppend"

From ADF Docs
Jump to: navigation, search
(Parameters: new section)
m (Reverted edits by Ecaxabu (Talk) to last revision by Api)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Description ==
+
__NOTOC__
 +
Attention: Do not change any text in the description, signature, and paramter sections.
  
Description
+
Return to [[Utils_1_0]]
  
== Signature ==
+
== Description ==  
 +
Takes an array of log writes and calls log append with each write
  
Signature
+
== Signature ==
 +
public void <strong>bulkLogAppend</strong> ( array logs )
  
== Parameters ==
+
== Parameters ==  
  
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>

Latest revision as of 17:35, 24 November 2010

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 bulkLogAppend ( array logs )

Parameters

Required Name Type Description
required logs array Array of log append records