About the Siebel Mobile Log API
This table describes the Siebel Mobile log function in more detail:
Item |
Description |
|---|---|
Function Name |
SiebelApp.S_App.LogOfflineEvent() |
In Parameters |
The Siebel Mobile log function takes the following in parameters: message: string, params:
string |
Out Parameter |
The Siebel Mobile log function takes the following out parameter: Type: void |
Description |
This function takes two values (message and params) which are formatted and stored in the device storage. An error message appears (Local storage is full) in the console log when the device storage is full. Siebel stops logging error messages after this error message appears. |
Example |
SiebelApp.S_App.LogOfflineEvent('%1 - %2:= %3', 'class1', 'method1',
'data'); //This will be logged as: class1 -
method1:= data |