An open API service indexing awesome lists of open source software.

https://github.com/socolin/applicationinsightsriderplugin

Rider plugin to see, instantly, in a nice way Application Insights logs.
https://github.com/socolin/applicationinsightsriderplugin

Last synced: about 2 months ago
JSON representation

Rider plugin to see, instantly, in a nice way Application Insights logs.

Awesome Lists containing this project

README

        

# Application Insights Debug Log Viewer

This plugin allow you to see, instantly, in a nice way [Application Insights](https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview)

To use just start a debug session with a program using Application Insights.
The logs will appear in a new tab in the debugger session.

### Dev

To edit and test the plugin, just open this project with [InteliJ IDEA](https://www.jetbrains.com/idea/) and run the plugin with predefined run configuration

### Build

```
$ ./gradlew :buildPlugin -PbuildType=stable
```

Then the plugins will be in `build/distributions`

### Screenshot

![Screenshot](screenshots/screenshot1.png)

### License

MIT

### Special thanks

* Ivan Migalev: Help about Rider / InteliJ plugin API