Difference between revisions of "Utils 1 0-logAppend"
From ADF Docs
Line 4: | Line 4: | ||
public void <strong>logAppend</strong> ( string msg, string logFile, boolean addTimeStamp, string logDir ) | public void <strong>logAppend</strong> ( string msg, string logFile, boolean addTimeStamp, string logDir ) | ||
− | == 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>msg</td> | ||
+ | <td>string</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>logFile</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: debug.log] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>addTimeStamp</td> | ||
+ | <td>boolean</td> | ||
+ | <td>[Default: true] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>logDir</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: [runtime expression]] </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 04:08, 24 March 2010
Description
Signature
public void logAppend ( string msg, string logFile, boolean addTimeStamp, string logDir )
Parameters
Required | Name | Type | Description |
required | msg | string | |
optional | logFile | string | [Default: debug.log] |
addTimeStamp | boolean | [Default: true] | |
logDir | string | [Default: [runtime expression]] |