TracingMiddleware 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.
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"
Release Notes
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
Dependencies
-
.NETStandard 1.6
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.2)
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.