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_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic void ParseRawLogLine(
bool isImport,
DateTime ParsedLogTime,
string LogLine
)
Parameters
- isImport Boolean
- If the inserted log line is from an offline import instead of real-time
- ParsedLogTime DateTime
- The timestamp of the logfile (could be LastKnownTime if you already parsed it)
- LogLine String
- The complete log line
See Also