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.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void WriteDebugLog(
	string log
)

public static void WriteDebugLog(
	string log
)

Parameters

log
Type: SystemString
String to Write out
See Also