Thank You for response, but I use LogQueryClassClass because it is very powerfull tool to read information from file and no need to parse gathered information. Multi-threading are in use, because log parsing are performing using background worker thread.
protected override void OnStart(string[] args)
{
backgroundWorker_MessageTrackingLogs.RunWorkerAsync();
}
No comments:
Post a Comment