PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Logs the message to a .NET debugger it attached.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Log")]
public static void DebuggerLog(
	string data
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Log")> _
Public Shared Sub DebuggerLog ( _
	data As  _
)

Parameters

data
String
The text to log

See Also

Advanced