Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a new "Values" tab in Timeline Visualizer #1682

Merged
merged 7 commits into from
Apr 1, 2023

Conversation

pybride
Copy link
Contributor

@pybride pybride commented Mar 31, 2023

Loggers like Serilog can output structured data, which will be shown as custom columns in the log window.

These changes add a new tab in Timeline Visualizer, named Values.

The corresponding logs would be analyzed to list any such custom columns, which can then be added as a new chart series.
Display is done by using PlottingUC (which limit plot type to line).

If the value in selected column(s) cannot be parsed as double, the log entry will not be plotted.

Added support for appending new messages, in case of file pooling (chart refresh is a bit lagging, maybe it is possible to change it in PlottingUC).
List of columns can be refreshed if new one are coming.

image

@LiorBanai LiorBanai merged commit 44105a6 into Analogy-LogViewer:main Apr 1, 2023
2 of 3 checks passed
@LiorBanai LiorBanai mentioned this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants