Click or drag to resize

LogLineEventDelegate Delegate

Parsed log line event delegate

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public delegate void LogLineEventDelegate(
	bool isImport,
	LogLineEventArgs logInfo
)

Parameters

isImport
Type: SystemBoolean
If you only wish to handle events from real-time parsing, ignore events with this True
logInfo
Type: Advanced_Combat_TrackerLogLineEventArgs
See Also