serilog-sinks-applicationinsights
A Serilog sink that writes events to Microsoft Azure Application Insights
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- ci.yml
- icon.png
- Serilog.snk
- ActivityDetailsEnricher.cs
- ApplicationInsightsDottedValueFormatter.cs
- ApplicationInsightsJsonValueFormatter.cs
- IValueFormatter.cs
- EventTelemetryConverter.cs
- ITelemetryConverter.cs
- TelemetryConverterBase.cs
- TraceTelemetryConverter.cs
- ApplicationInsightsSink.cs
- LoggerConfigurationApplicationInsightsExtensions.cs
- LoggerEnrichmentConfigurationExtensions.cs
- Serilog.Sinks.ApplicationInsights.csproj
- TelemetryConverter.cs
- ActivityDetailsEnricherTests.cs
- TestLogEventPropertyFactory.cs
- CustomiseEventTelemetryConverterTest.cs
- EventTelemetryConverterTest.cs
- IncludeOperationIdTest.cs
- IncludeOperationNameTest.cs
- IncludeParentSpanIdTest.cs
- IncludeVersionTest.cs
- IncludeOperationIdTest.cs
- IncludeOperationNameTest.cs
- IncludeParentSpanIdTest.cs
- IncludeVersionTest.cs
- TraceTelemetryConverterTest.cs
- CustomTelemetryConversionTest.cs
- DottedOutFormattingTest.cs
- TelemetryConversionTest.cs
- ApplicationInsightsTest.cs
- DisposableTest.cs
- FormattingTests.cs
- Serilog.Sinks.ApplicationInsights.Tests.csproj
- UnitTestTelemetryChannel.cs
- .editorconfig
- .gitattributes
- .gitignore
- Build.ps1
- Directory.Build.props
- Directory.Version.props
- global.json
- LICENSE
- README.md
- serilog-sinks-applicationinsights.sln
# Installation Guide
1. Get the code
git clone https://github.com/serilog-contrib/serilog-sinks-applicationinsights
Downloads the entire project code from GitHub to your computer.
cd serilog-sinks-applicationinsights
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package Serilog.Sinks.ApplicationInsights
Type this command into your terminal and run it.
// dotnet add package Serilog.Extensions.Hosting
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
