Click or drag to resize

CSYSWriteDebugLog Method

This method writes out information to the output debugging log file (in temp folder) or output window.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void WriteDebugLog(
	CGXNETCore gxNetShared,
	string log
)

public static void WriteDebugLog(
	CGXNETCore gxNetShared,
	string log
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
log
Type: SystemString
String to Write out
See Also