TracingMiddleware 1.0.4
dotnet add package TracingMiddleware --version 1.0.4
NuGet\Install-Package TracingMiddleware -Version 1.0.4
<PackageReference Include="TracingMiddleware" Version="1.0.4" />
paket add TracingMiddleware --version 1.0.4
#r "nuget: TracingMiddleware, 1.0.4"
// Install TracingMiddleware as a Cake Addin #addin nuget:?package=TracingMiddleware&version=1.0.4 // Install TracingMiddleware as a Cake Tool #tool nuget:?package=TracingMiddleware&version=1.0.4
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
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