Click or drag to resize
CSYSWriteDebugLog Method
This method writes out information to the output debugging log file (in temp folder) or output window.

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void WriteDebugLog(
	string str1
)

Parameters

str1
Type: SystemString
String to Write out
See Also