Click or drag to resize

FormActMainLogEncoding Property

The encoding ACT will open a log with. (Default is UTF8) If you change this value, you should call OpenLog() for it to take effect.

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public Encoding LogEncoding { get; set; }

Property Value

Encoding
See Also