Click or drag to resize

FormActMainWriteDebugLog Method

Writes debugging information to the error log *if* ACT was started with the -debug switch.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void WriteDebugLog(
	string LogMessage
)

Parameters

LogMessage
Type: SystemString

[Missing <param name="LogMessage"/> documentation for "M:Advanced_Combat_Tracker.FormActMain.WriteDebugLog(System.String)"]

See Also