AI.Diagnostics.LogSearch.Test.Config
0.0.4-IbizaPreview
dotnet add package AI.Diagnostics.LogSearch.Test.Config --version 0.0.4-IbizaPreview
NuGet\Install-Package AI.Diagnostics.LogSearch.Test.Config -Version 0.0.4-IbizaPreview
<PackageReference Include="AI.Diagnostics.LogSearch.Test.Config" Version="0.0.4-IbizaPreview" />
paket add AI.Diagnostics.LogSearch.Test.Config --version 0.0.4-IbizaPreview
#r "nuget: AI.Diagnostics.LogSearch.Test.Config, 0.0.4-IbizaPreview"
// Install AI.Diagnostics.LogSearch.Test.Config as a Cake Addin #addin nuget:?package=AI.Diagnostics.LogSearch.Test.Config&version=0.0.4-IbizaPreview&prerelease // Install AI.Diagnostics.LogSearch.Test.Config as a Cake Tool #tool nuget:?package=AI.Diagnostics.LogSearch.Test.Config&version=0.0.4-IbizaPreview&prerelease
The package help Tofino vendor test team to onekey configure all log search appenders for asp.net mvc project in Ibiza windows azure application insights.
Steps:
1.Add application insights for asp.net mvc web project in visual studio 2013 update 3 RTM.
2.Install this package
3.F5 debug project, about 2 minutes later, view your log from Ibiza portal (Browse->Application Insights->Your app->Diagnostic Search ).
Note: For old visual studio online portal customers, please use version 0.0.3 from below version history.
What does this package do?
1. Install Trace listener, Log4Net and Nlog 3 appenders.
2. Insert required code snippets in web.confg and Nlog.config.
3. Add log caller examples in LogSearch direction and invoke it in home controller.
More about log search please reference post https://azure.microsoft.com/en-us/documentation/articles/appinsights-24diagnostics/
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.ApplicationInsights.Log4NetAppender (>= 0.9.0-build06428)
- Microsoft.ApplicationInsights.NLogTarget (>= 0.9.0-build06428)
- Microsoft.ApplicationInsights.TraceListener (>= 0.9.0-build06428)
- NLog.Config (>= 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.0.4-IbizaPreview | 1,687 | 7/23/2014 | |
0.0.3 | 2,574 | 6/17/2014 | |
0.0.2 | 1,813 | 6/17/2014 | |
0.0.1 | 1,772 | 6/16/2014 |
Add support for Ibiza azure portal.