We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Document Plumber.Diagnostics; reflect the Serilog/Diagnostics rename - Add Diagnostics and Diagnostics-options pages (tracing + metrics middleware). - Sidebar: replace the planned OpenTelemetry section with Diagnostics; add NuGet link. - Home: promote Diagnostics from planned to shipped. - Serilog-Extensions: update the namespace to Plumber.Serilog (package id unchanged). - Sample.Cli walkthrough: wire UseRequestDiagnostics + AddPlumberDiagnostics, the host-free SDK providers, and the logging-provider change into the reproduced source.
Document AddSerilogRequestLogging service registration Feature the new ServiceCollection extension AddSerilogRequestLogging, which registers the logger, DiagnosticContext, and options in one call and makes the parameterless UseSerilogRequestLogging() self-sufficient. Update the wiring and configuring sections, the options supply paths, and the Sample.Cli walkthrough where the sample now wires Serilog as the outermost middleware. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Document the Serilog Extensions package Add the Serilog Extensions section: a how-to landing page (install, AddSerilog wiring, pipeline placement, logging behavior, enrichment) and a RequestLoggerOptions property reference. Flip the sidebar and Home placeholders to live links and add the Serilog NuGet footer link. Grounded in the v4-ported src/Plumber.Serilog.Extensions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>