FormActMainParseRawLogLine Method |
Insert a log line into the parsing engine
You should increment GlobalTimeSorter if you expect this line to generate combat data
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public void ParseRawLogLine(
bool isImport,
DateTime ParsedLogTime,
string LogLine
)
Parameters
- isImport
- Type: SystemBoolean
If the inserted log line is from an offline import instead of real-time - ParsedLogTime
- Type: SystemDateTime
The timestamp of the logfile (could be LastKnownTime if you already parsed it) - LogLine
- Type: SystemString
The complete log line
See Also