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.8.3.286
Syntax
C#
public void WriteDebugLog(
	string LogMessage
)

Parameters

LogMessage  String

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

See Also