Purpose:
Writes messages to the log file. If the file name is empty, messages are written to the console.
Syntax:
Java Class: com.hyperion.calcmgr.common.cdf.StringFunctions.logText(String,String,boolean)
CDF Spec: @CalcMgrLogText(fileName,msg,printDate)
Example:
FIX ("Sales",@Children("100"),"Florida")
"Budget" (
@CalcMgrLogText(
"c:/temp/cal.log",
"text of message to display" @_False);
)
ENDFIX