Declare Function EsbWriteToLogFile Lib "esbapin" ( ByVal hCtx As Long, ByVal isAgentLog As Boolean, ByVal Message As String) As Long
hCtx | Essbase API context handle. |
isAgentLog | If TRUE, message is written to the Agent log file, ESSBASE.LOG. If FALSE, message is written to the Server log file, APPNAME.LOG. |
Message | Message to be logged to the Agent log file (ESSBASE.LOG), or to the Server log file (APPNAME.LOG). |
Returns a zero if successful.