Click or drag to resize

IToolsDebug Method

Use this to write to debug.txt in the main folder, returns true if the debug was written

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
bool Debug(
	string Str
)

Parameters

Str
Type: SystemString
String

Return Value

Type: Boolean
True/False depending if the write was successful
See Also