PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Logs the message to a .NET debugger it attached.
Syntax
Smartsite SXML | Copy Code |
---|---|
debug.log(string data) debug.log(string data, string[ ] args) |
Parameters
Name | Data Type | Description |
---|---|---|
data | String | The text to log |
args | String[ ] | The arguments to format the string placeholders ({0}, {1}, ...) with. |
Return Value
None.