TracingMiddleware 2.0.2
Install-Package TracingMiddleware -Version 2.0.2
dotnet add package TracingMiddleware --version 2.0.2
<PackageReference Include="TracingMiddleware" Version="2.0.2" />
paket add TracingMiddleware --version 2.0.2
#r "nuget: TracingMiddleware, 2.0.2"
// Install TracingMiddleware as a Cake Addin
#addin nuget:?package=TracingMiddleware&version=2.0.2
// Install TracingMiddleware as a Cake Tool
#tool nuget:?package=TracingMiddleware&version=2.0.2
Enable tracing to log entries in the OWIN pipeline.
OWIN Keys/Types can be included/ignored.
Filters can be supplied so tracing occurs when all filter conditions are matched.
Log format, type format, log action can be globally set whilst type format and log actions can be set individually for each type and key.
Enables granular OWIN pipeline logging.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.6
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.2)
- NETStandard.Library (>= 1.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v2.0.2 - Added request method to output
v2.0.1 - Fixed a stackoverflow exception with cyclic tracer
v2.0.0 - Moved to ASP.Net core
v1.0.7 - Guid.TryParse added
v1.0.6 - ConfigureAwait added
v1.0.5 - CoreCLR compatible.
v1.0.4 - Checks environment RequestId is not empty.
v1.0.3 - Added request path to Request Start/End log entries.
v1.0.2 - Added tracing for exceptions thrown by middleware.
v1.0.1 - Added ability to add filters on Default options