Log Component
Fnd_Log_AddEntry
Fnd_Log_AddEntry (text1{; text2..textN})
Parameters
| Parameter | Type | Description |
|---|---|---|
| text1 | Text | Text to be placed in the log |
Description
The Fnd_Log_AddEntry routine places the text parameters into an external text file. It is safe to call this routine even if we are not currently logging activity.
Fnd_Log_AddEntry("An error has occurred in method: "+ Current method name+".")
Extracted source text
Fnd_Log_AddEntry (text1{; text2..textN})
Parameter Type Description
text1 Text Text to be placed in the log
The Fnd_Log_AddEntry routine places the text parameters into an external text file. It is safe to call
this routine even if we are not currently logging activity.
Fnd_Log_AddEntry("An error has occurred in method: "+ Current method name+".")