Chameleon and Iguana Plugin C# Class Libraries |
|
Destination.EnableDebugLogging Method
Enables logging of internal runtime debug information to the specified file.
[Visual Basic]
Public Sub EnableDebugLogging( _
ByVal
FileName As
String _
)
[C#]
public
void EnableDebugLogging(
string FileName);
Parameters
-
FileName
- Name of the file where debug information is to be logged.
Remarks
Must be called before any other methods, and may only be called once per Destination instance.
This function should only be used at the request of iNTERFACEWARE Technical Support.
See Also
Destination Class | iNTERFACEWARE.Iguana.Plugin Namespace