Create a debug message. This proxies the addDebugMessage() method in VoltMxResult objcet. The message will be added to Volt MX's Java logs, if setting is changed to output debug messages.
idx
Argument
Data Type
Attributes
Comments
1
message
String
Message to debug
Code Sample
' This adds a debug message that will be put into the relevant Foundry log, if set to log debug messages. Call VoltMxLogger.debug("Ran on line 12")
New
Public Sub New(result As VoltMxResultObject)
Constructor. This is automatically called during extractObjects() and should not be run manually.