Appearance
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
| Page | What it covers |
|---|---|
| Endpoints | POST /Logs/{target} |
| Configuration | Seq + CORS settings |
Related
- Api — the main API the web clients talk to.
- HVC Services — another Seq writer (server-side logs).