Click or drag to resize

IToolsDebug Method

Print a debug text to the Rawlog -> Debug window

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
void Debug(
	string text
)

Parameters

text
Type: SystemString
Text to print
See Also