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 Function Debug (
Str As String
) As Boolean
bool Debug(
String^ Str
)
abstract Debug :
Str : string -> bool
Parameters
- Str
- Type: SystemString
String
Return Value
Type:
BooleanTrue/False depending if the write was successful
See Also