Skip to content

HVC Web Logger

  • Project: hvc-webLogger

Overview

hvc-webLogger is a tiny log-ingestion endpoint for browser/client-side logs. Web apps POST log messages to it, and it forwards them to the centralized Seq log store via Serilog, tagging each event's SourceContext as hippo.web.{target} so logs can be filtered per client.

Tech Stack

  • Target: .NET 7
  • Serilog (Seq sink + enrichers), Swashbuckle.

Pages

PageWhat it covers
EndpointsPOST /Logs/{target}
ConfigurationSeq + CORS settings
  • Api — the main API the web clients talk to.
  • HVC Services — another Seq writer (server-side logs).

Released under the MIT License.