Skip to content

Commit

Permalink
#35 Log use of correlation features
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rapp committed Jan 12, 2017
1 parent 5095e89 commit 48f54e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cinteros.XTB.PluginTraceViewer/PluginTraceViewer.cs
Expand Up @@ -1311,6 +1311,7 @@ private void tsmiCorrelationSelectThis_Click(object sender, EventArgs e)
row.Selected = false;
}
}
LogUse("SelectByCorrelationId");
}
SendMessageToStatusBar(this, new StatusBarMessageEventArgs($"Selected {count} log records"));
}
Expand All @@ -1327,6 +1328,7 @@ private void tsmiCorrelationFilterByThis_Click(object sender, EventArgs e)
{
chkCorrelation.Checked = true;
textCorrelationId.Text = corrId.ToString();
LogUse("FilterByCorrelationId");
RefreshTraces(GetQuery());
}
}
Expand Down

0 comments on commit 48f54e9

Please sign in to comment.