Skip to content

Added an ApplicationInsights logger #5

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

cathalmchale
Copy link

This may be of interest.
I wanted to use your logging framework (I need a logger that intercepts, not one that has to be called explicitly) but I wanted my logs sent to the Azure cloud.
Azure have a logging and monitoring offering called "Application Insights". By following the same convention as you've already laid out you can "Enable-ApplicationInsights", provide an "InstrumentationKey" and have your logs sent off to the Azure cloud rather than to a file on disk.

Thanks.

p.s. it did require upgrading the .NET framework and adding a nuget reference to Microsoft.ApplicationInsights (MIT license).

Cathal McHale added 5 commits May 28, 2018 11:37
…ve the dll co-resident (all in bin output dir).
…line to actually log to Azure. Will add azure interaction in next commit, which will require a nuget ref - this is a dependency that the original project did not require.
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.

1 participant