EEex_FunctionLog
EEex_FunctionLog(message)
Logs a message to the console window, prepending the message with the calling function’s name
Parameters
message - text message to log output to the console
Return
None
Notes
Newline characters can be placed inside the message string by using: n
Example
EEex_FunctionLog("\n\nWriting some text to console window\n")
See Also