Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Dec 12, 2020
2 parents 0878049 + 8a1ee7c commit 8c95d88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="https://github.com/Analogy-LogViewer/Analogy.LogViewer/releases">
<img src="https://img.shields.io/github/v/release/Analogy-LogViewer/Analogy.LogViewer" alt="Latest Release" />
</a>
<a href="https://github.com/Analogy-LogViewer/Analogy.LogViewer/compare/V4.2.11...master">
<a href="https://github.com/Analogy-LogViewer/Analogy.LogViewer/compare/V4.4.0...master">
<img src="https://img.shields.io/github/commits-since/Analogy-LogViewer/Analogy.LogViewer/latest" alt="Commits Since Latest Release"/>
</a>
</p>
Expand Down Expand Up @@ -151,6 +151,8 @@ Along with custom Data Providers you can create extensions for existing provider

The example data provider has example for this (you need to enable the extension in the extensions tab in the user settings).

Discuss about the extension here: [Extension Disscussion](https://github.com/Analogy-LogViewer/Analogy.LogViewer/discussions/770)
## Plotting

Along with custom Data Providers you can create Plots of arbitrary data by implementing the ```IAnalogyPlotting ``` Interface:
Expand All @@ -173,6 +175,8 @@ Along with custom Data Providers you can create Plots of arbitrary data by imple
```
The example data provider has example for this:
![Example plot](Assets/plottingExample.jpg)

Discuss about the plotting here: [Extension Disscussion](https://github.com/Analogy-LogViewer/Analogy.LogViewer/discussions/772)
## Logs Analysis and Visualizers

The application has some analyzers and visualization.
Expand Down

0 comments on commit 8c95d88

Please sign in to comment.